Color Hex Logo

#ad820a Color Hex

#AD820A
(173,130,10)
0 Favorites   0 Comments

Color spaces of #ad820a

RGB 17313010
HSL0.120.890.36
HSV44°94°68°
CMYK 0.000.250.94   0.32
XYZ25.271024.87143.7559
Yxy24.87140.46890.4615
Hunter Lab49.87123.175730.4446
CIE-Lab56.94997.073460.6707

#ad820a color RGB value is (173,130,10).

#ad820a hex color red value is 173, green value is 130 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ad820a hue: 0.12 , saturation: 0.89 and the lightness value of ad820a is 0.36.

The process color (four color CMYK) of #ad820a color hex is 0.00, 0.25, 0.94, 0.32. Web safe color of #ad820a is #999900. Color #ad820a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000010 00001010
Octal 255 202 12
Decimal 173 130 10
Hex AD 82 A

RGB Percentages of Color #ad820a

%55.27
%41.53
%3.19

CMYK Percentages of Color #ad820a

%0
%25
%94
%32

Triadic Colors of #ad820a

#ad820a #0aad82 #820aad

Analogous Colors of #ad820a

#ad820a #87ad0a #ad310a

Monochromatic Colors of #ad820a

#ad820a

Complementary Color

#ad820a #0a35ad

#ad820a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad820a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad820a Color CSS Codes

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

#ad820a Text Font Color

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

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


#ad820a Background Color

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

This div background color is #ad820a


#ad820a Border Color

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

This div border color is #ad820a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,130,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad820a


Comments

No comments written yet.

Please login to write comment.