Color Hex Logo

#ad460a Color Hex

#AD460A
(173,70,10)
0 Favorites   0 Comments

Color spaces of #ad460a

RGB 1737010
HSL0.060.890.36
HSV22°94°68°
CMYK 0.000.600.94   0.32
XYZ19.478513.28651.8251
Yxy13.28650.56310.3841
Hunter Lab36.450731.598222.5468
CIE-Lab43.191839.650450.8703

#ad460a color RGB value is (173,70,10).

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

The process color (four color CMYK) of #ad460a color hex is 0.00, 0.60, 0.94, 0.32. Web safe color of #ad460a is #993300. Color #ad460a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000110 00001010
Octal 255 106 12
Decimal 173 70 10
Hex AD 46 A

RGB Percentages of Color #ad460a

%68.38
%27.67
%3.95

CMYK Percentages of Color #ad460a

%0
%60
%94
%32

Triadic Colors of #ad460a

#ad460a #0aad46 #460aad

Analogous Colors of #ad460a

#ad460a #ad980a #ad0a1f

Monochromatic Colors of #ad460a

#ad460a

Complementary Color

#ad460a #0a71ad

#ad460a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad460a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad460a Color CSS Codes

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

#ad460a Text Font Color

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

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


#ad460a Background Color

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

This div background color is #ad460a


#ad460a Border Color

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

This div border color is #ad460a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad460a


Comments

No comments written yet.

Please login to write comment.