Color Hex Logo

#a8460a Color Hex

#A8460A
(168,70,10)
0 Favorites   0 Comments

Color spaces of #a8460a

RGB 1687010
HSL0.060.890.35
HSV23°94°66°
CMYK 0.000.580.94   0.34
XYZ18.393412.72711.7743
Yxy12.72710.55920.3869
Hunter Lab35.675129.599922.0238
CIE-Lab42.349137.703749.8968

#a8460a color RGB value is (168,70,10).

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

The process color (four color CMYK) of #a8460a color hex is 0.00, 0.58, 0.94, 0.34. Web safe color of #a8460a is #993300. Color #a8460a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000110 00001010
Octal 250 106 12
Decimal 168 70 10
Hex A8 46 A

RGB Percentages of Color #a8460a

%67.74
%28.23
%4.03

CMYK Percentages of Color #a8460a

%0
%58
%94
%34

Triadic Colors of #a8460a

#a8460a #0aa846 #460aa8

Analogous Colors of #a8460a

#a8460a #a8950a #a80a1d

Monochromatic Colors of #a8460a

#a8460a

Complementary Color

#a8460a #0a6ca8

#a8460a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8460a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8460a Color CSS Codes

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

#a8460a Text Font Color

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

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


#a8460a Background Color

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

This div background color is #a8460a


#a8460a Border Color

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

This div border color is #a8460a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8460a


Comments

No comments written yet.

Please login to write comment.