Color Hex Logo

#ad790a Color Hex

#AD790A
(173,121,10)
0 Favorites   0 Comments

Color spaces of #ad790a

RGB 17312110
HSL0.110.890.36
HSV41°94°68°
CMYK 0.000.300.94   0.32
XYZ24.125722.58093.3741
Yxy22.58090.48170.4509
Hunter Lab47.51947.466029.0537
CIE-Lab54.638012.106158.9699

#ad790a color RGB value is (173,121,10).

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

The process color (four color CMYK) of #ad790a color hex is 0.00, 0.30, 0.94, 0.32. Web safe color of #ad790a is #996600. Color #ad790a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111001 00001010
Octal 255 171 12
Decimal 173 121 10
Hex AD 79 A

RGB Percentages of Color #ad790a

%56.91
%39.80
%3.29

CMYK Percentages of Color #ad790a

%0
%30
%94
%32

Triadic Colors of #ad790a

#ad790a #0aad79 #790aad

Analogous Colors of #ad790a

#ad790a #90ad0a #ad280a

Monochromatic Colors of #ad790a

#ad790a

Complementary Color

#ad790a #0a3ead

#ad790a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad790a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad790a Color CSS Codes

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

#ad790a Text Font Color

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

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


#ad790a Background Color

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

This div background color is #ad790a


#ad790a Border Color

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

This div border color is #ad790a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad790a


Comments

No comments written yet.

Please login to write comment.