Color Hex Logo

#ab962f Color Hex

#AB962F
(171,150,47)
0 Favorites   0 Comments

Color spaces of #ab962f

RGB 17115047
HSL0.140.570.43
HSV50°73°67°
CMYK 0.000.120.73   0.33
XYZ28.214030.67597.1233
Yxy30.67590.42740.4647
Hunter Lab55.3858-5.995831.1447
CIE-Lab62.2331-3.673554.2966

#ab962f color RGB value is (171,150,47).

#ab962f hex color red value is 171, green value is 150 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ab962f hue: 0.14 , saturation: 0.57 and the lightness value of ab962f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010110 00101111
Octal 253 226 57
Decimal 171 150 47
Hex AB 96 2F

RGB Percentages of Color #ab962f

%46.47
%40.76
%12.77

CMYK Percentages of Color #ab962f

%0
%12
%73
%33

Triadic Colors of #ab962f

#ab962f #2fab96 #962fab

Analogous Colors of #ab962f

#ab962f #82ab2f #ab582f

Monochromatic Colors of #ab962f

#ab962f

Complementary Color

#ab962f #2f44ab

#ab962f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab962f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab962f Color CSS Codes

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

#ab962f Text Font Color

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

This sample text font color is #ab962f
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.


#ab962f Background Color

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

This div background color is #ab962f


#ab962f Border Color

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

This div border color is #ab962f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab962f


Comments

No comments written yet.

Please login to write comment.