Color Hex Logo

#a98010 Color Hex

#A98010
(169,128,16)
0 Favorites   0 Comments

Color spaces of #a98010

RGB 16912816
HSL0.120.830.36
HSV44°91°66°
CMYK 0.000.240.91   0.34
XYZ24.174923.91083.8313
Yxy23.91080.46560.4606
Hunter Lab48.89872.675529.5836
CIE-Lab55.99846.457558.5973

#a98010 color RGB value is (169,128,16).

#a98010 hex color red value is 169, green value is 128 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #a98010 hue: 0.12 , saturation: 0.83 and the lightness value of a98010 is 0.36.

The process color (four color CMYK) of #a98010 color hex is 0.00, 0.24, 0.91, 0.34. Web safe color of #a98010 is #999900. Color #a98010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000000 00010000
Octal 251 200 20
Decimal 169 128 16
Hex A9 80 10

RGB Percentages of Color #a98010

%53.99
%40.89
%5.11

CMYK Percentages of Color #a98010

%0
%24
%91
%34

Triadic Colors of #a98010

#a98010 #10a980 #8010a9

Analogous Colors of #a98010

#a98010 #86a910 #a93410

Monochromatic Colors of #a98010

#a98010

Complementary Color

#a98010 #1039a9

#a98010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98010 Color CSS Codes

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

#a98010 Text Font Color

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

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


#a98010 Background Color

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

This div background color is #a98010


#a98010 Border Color

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

This div border color is #a98010


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,128,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a98010; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a98010;
  -webkit-box-shadow: 1px 1px 3px 2px #a98010;
  box-shadow:         1px 1px 3px 2px #a98010; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,128,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98010


Comments

No comments written yet.

Please login to write comment.