color codes Logo

#a98d10 color codes

#A98D10
(169,141,16)
0 Favorites   0 Comments

Color spaces of #a98d10

RGB 16914116
HSL0.140.830.36
HSV49°91°66°
CMYK 0.000.170.91   0.34
XYZ25.980627.52224.4332
Yxy27.52220.44840.4750
Hunter Lab52.4616-3.409131.7129
CIE-Lab59.4546-0.741161.2898

#a98d10 color RGB value is (169,141,16).

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

The process color (four color CMYK) of #a98d10 color code is 0.00, 0.17, 0.91, 0.34. Web safe color of #a98d10 is #999900. Color #a98d10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001101 00010000
Octal 251 215 20
Decimal 169 141 16
Hex A9 8D 10

RGB Percentages of Color #a98d10

%51.84
%43.25
%4.91

CMYK Percentages of Color #a98d10

%0
%17
%91
%34

Triadic Colors of #a98d10

#a98d10 #10a98d #8d10a9

Analogous Colors of #a98d10

#a98d10 #79a910 #a94110

Monochromatic Colors of #a98d10

#a98d10

Complementary Color

#a98d10 #102ca9

#a98d10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98d10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98d10 Color CSS Codes

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

#a98d10 Text Font Color

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

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


#a98d10 Background Color

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

This div background color is #a98d10


#a98d10 Border Color

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

This div border color is #a98d10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98d10


Comments

No comments written yet.

Please login to write comment.