Color Hex Logo

#ab972b Color Hex

#AB972B
(171,151,43)
0 Favorites   0 Comments

Color spaces of #ab972b

RGB 17115143
HSL0.140.600.42
HSV51°75°67°
CMYK 0.000.120.75   0.33
XYZ28.297230.96566.7710
Yxy30.96560.42850.4689
Hunter Lab55.6467-6.611931.7384
CIE-Lab62.4786-4.404156.0710

#ab972b color RGB value is (171,151,43).

#ab972b hex color red value is 171, green value is 151 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ab972b hue: 0.14 , saturation: 0.60 and the lightness value of ab972b is 0.42.

The process color (four color CMYK) of #ab972b color hex is 0.00, 0.12, 0.75, 0.33. Web safe color of #ab972b is #999933. Color #ab972b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010111 00101011
Octal 253 227 53
Decimal 171 151 43
Hex AB 97 2B

RGB Percentages of Color #ab972b

%46.85
%41.37
%11.78

CMYK Percentages of Color #ab972b

%0
%12
%75
%33

Triadic Colors of #ab972b

#ab972b #2bab97 #972bab

Analogous Colors of #ab972b

#ab972b #7fab2b #ab572b

Monochromatic Colors of #ab972b

#ab972b

Complementary Color

#ab972b #2b3fab

#ab972b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab972b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab972b Color CSS Codes

.mybgcolor {background-color:#ab972b; } 
.myforecolor {color:#ab972b; }
.mybordercolor {border:3px solid #ab972b; }

#ab972b Text Font Color

<p style="color:#ab972b">Text here</p>

This sample text font color is #ab972b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ab972b Background Color

<div style="background-color:#ab972b">
Div content here</div>

This div background color is #ab972b


#ab972b Border Color

<div style="border:3px solid #ab972b">
Div here</div>

This div border color is #ab972b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,151,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ab972b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ab972b;
  -webkit-box-shadow: 1px 1px 3px 2px #ab972b;
  box-shadow:         1px 1px 3px 2px #ab972b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,151,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ab972b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ab972b;
  -webkit-box-shadow: 1px 1px 3px 2px #ab972b;
  box-shadow:         1px 1px 3px 2px #ab972b;">
Div content here</div>

This div box has shadow with color #ab972b


Comments

No comments written yet.

Please login to write comment.