Color Hex Logo

#ab862a Color Hex

#AB862A
(171,134,42)
0 Favorites   0 Comments

Color spaces of #ab862a

RGB 17113442
HSL0.120.610.42
HSV43°75°67°
CMYK 0.000.220.75   0.33
XYZ25.737625.87535.8284
Yxy25.87530.44810.4505
Hunter Lab50.86781.297228.8140
CIE-Lab57.91854.865152.0708

#ab862a color RGB value is (171,134,42).

#ab862a hex color red value is 171, green value is 134 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ab862a hue: 0.12 , saturation: 0.61 and the lightness value of ab862a is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000110 00101010
Octal 253 206 52
Decimal 171 134 42
Hex AB 86 2A

RGB Percentages of Color #ab862a

%49.28
%38.62
%12.10

CMYK Percentages of Color #ab862a

%0
%22
%75
%33

Triadic Colors of #ab862a

#ab862a #2aab86 #862aab

Analogous Colors of #ab862a

#ab862a #90ab2a #ab462a

Monochromatic Colors of #ab862a

#ab862a

Complementary Color

#ab862a #2a4fab

#ab862a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab862a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab862a Color CSS Codes

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

#ab862a Text Font Color

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

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


#ab862a Background Color

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

This div background color is #ab862a


#ab862a Border Color

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

This div border color is #ab862a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab862a


Comments

No comments written yet.

Please login to write comment.