Color Hex Logo

#ab812a Color Hex

#AB812A
(171,129,42)
0 Favorites   0 Comments

Color spaces of #ab812a

RGB 17112942
HSL0.110.610.42
HSV40°75°67°
CMYK 0.000.250.75   0.33
XYZ25.062824.52565.6035
Yxy24.52560.45410.4444
Hunter Lab49.52333.669627.9577
CIE-Lab56.61027.652150.7975

#ab812a color RGB value is (171,129,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000001 00101010
Octal 253 201 52
Decimal 171 129 42
Hex AB 81 2A

RGB Percentages of Color #ab812a

%50.00
%37.72
%12.28

CMYK Percentages of Color #ab812a

%0
%25
%75
%33

Triadic Colors of #ab812a

#ab812a #2aab81 #812aab

Analogous Colors of #ab812a

#ab812a #95ab2a #ab412a

Monochromatic Colors of #ab812a

#ab812a

Complementary Color

#ab812a #2a54ab

#ab812a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab812a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab812a Color CSS Codes

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

#ab812a Text Font Color

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

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


#ab812a Background Color

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

This div background color is #ab812a


#ab812a Border Color

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

This div border color is #ab812a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,129,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 #ab812a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab812a


Comments

No comments written yet.

Please login to write comment.