Color Hex Logo

#ab8462 Color Hex

#AB8462
(171,132,98)
0 Favorites   0 Comments

Color spaces of #ab8462

RGB 17113298
HSL0.080.300.53
HSV28°43°67°
CMYK 0.000.230.43   0.33
XYZ27.250526.042315.1457
Yxy26.04230.39820.3805
Hunter Lab51.03176.012218.1255
CIE-Lab58.077210.399124.0922

#ab8462 color RGB value is (171,132,98).

#ab8462 hex color red value is 171, green value is 132 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #ab8462 hue: 0.08 , saturation: 0.30 and the lightness value of ab8462 is 0.53.

The process color (four color CMYK) of #ab8462 color hex is 0.00, 0.23, 0.43, 0.33. Web safe color of #ab8462 is #999966. Color #ab8462 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000100 01100010
Octal 253 204 142
Decimal 171 132 98
Hex AB 84 62

RGB Percentages of Color #ab8462

%42.64
%32.92
%24.44

CMYK Percentages of Color #ab8462

%0
%23
%43
%33

Triadic Colors of #ab8462

#ab8462 #62ab84 #8462ab

Analogous Colors of #ab8462

#ab8462 #aba962 #ab6265

Monochromatic Colors of #ab8462

#ab8462

Complementary Color

#ab8462 #6289ab

#ab8462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8462 Color CSS Codes

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

#ab8462 Text Font Color

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

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


#ab8462 Background Color

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

This div background color is #ab8462


#ab8462 Border Color

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

This div border color is #ab8462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8462


Comments

No comments written yet.

Please login to write comment.