Color Hex Logo

#a8980a Color Hex

#A8980A
(168,152,10)
0 Favorites   0 Comments

Color spaces of #a8980a

RGB 16815210
HSL0.150.890.35
HSV54°94°66°
CMYK 0.000.100.94   0.34
XYZ27.431530.80324.7870
Yxy30.80320.43530.4888
Hunter Lab55.5006-8.901533.7366
CIE-Lab62.3411-7.251764.4829

#a8980a color RGB value is (168,152,10).

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

The process color (four color CMYK) of #a8980a color hex is 0.00, 0.10, 0.94, 0.34. Web safe color of #a8980a is #999900. Color #a8980a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011000 00001010
Octal 250 230 12
Decimal 168 152 10
Hex A8 98 A

RGB Percentages of Color #a8980a

%50.91
%46.06
%3.03

CMYK Percentages of Color #a8980a

%0
%10
%94
%34

Triadic Colors of #a8980a

#a8980a #0aa898 #980aa8

Analogous Colors of #a8980a

#a8980a #69a80a #a8490a

Monochromatic Colors of #a8980a

#a8980a

Complementary Color

#a8980a #0a1aa8

#a8980a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8980a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8980a Color CSS Codes

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

#a8980a Text Font Color

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

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


#a8980a Background Color

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

This div background color is #a8980a


#a8980a Border Color

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

This div border color is #a8980a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8980a


Comments

No comments written yet.

Please login to write comment.