Color Hex Logo

#ad812a Color Hex

#AD812A
(173,129,42)
0 Favorites   0 Comments

Color spaces of #ad812a

RGB 17312942
HSL0.110.610.42
HSV40°76°68°
CMYK 0.000.250.76   0.32
XYZ25.501824.75195.6240
Yxy24.75190.45640.4430
Hunter Lab49.75134.431828.1236
CIE-Lab56.83298.553651.0907

#ad812a color RGB value is (173,129,42).

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

The process color (four color CMYK) of #ad812a color hex is 0.00, 0.25, 0.76, 0.32. Web safe color of #ad812a is #999933. Color #ad812a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000001 00101010
Octal 255 201 52
Decimal 173 129 42
Hex AD 81 2A

RGB Percentages of Color #ad812a

%50.29
%37.50
%12.21

CMYK Percentages of Color #ad812a

%0
%25
%76
%32

Triadic Colors of #ad812a

#ad812a #2aad81 #812aad

Analogous Colors of #ad812a

#ad812a #98ad2a #ad402a

Monochromatic Colors of #ad812a

#ad812a

Complementary Color

#ad812a #2a56ad

#ad812a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad812a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad812a Color CSS Codes

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

#ad812a Text Font Color

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

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


#ad812a Background Color

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

This div background color is #ad812a


#ad812a Border Color

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

This div border color is #ad812a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad812a


Comments

No comments written yet.

Please login to write comment.