Color Hex Logo

#a9830f Color Hex

#A9830F
(169,131,15)
0 Favorites   0 Comments

Color spaces of #a9830f

RGB 16913115
HSL0.130.840.36
HSV45°91°66°
CMYK 0.000.220.91   0.34
XYZ24.564724.70213.9252
Yxy24.70210.46180.4644
Hunter Lab49.70121.246130.1084
CIE-Lab56.78404.764859.4207

#a9830f color RGB value is (169,131,15).

#a9830f hex color red value is 169, green value is 131 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #a9830f hue: 0.13 , saturation: 0.84 and the lightness value of a9830f is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000011 00001111
Octal 251 203 17
Decimal 169 131 15
Hex A9 83 F

RGB Percentages of Color #a9830f

%53.65
%41.59
%4.76

CMYK Percentages of Color #a9830f

%0
%22
%91
%34

Triadic Colors of #a9830f

#a9830f #0fa983 #830fa9

Analogous Colors of #a9830f

#a9830f #82a90f #a9360f

Monochromatic Colors of #a9830f

#a9830f

Complementary Color

#a9830f #0f35a9

#a9830f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9830f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9830f Color CSS Codes

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

#a9830f Text Font Color

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

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


#a9830f Background Color

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

This div background color is #a9830f


#a9830f Border Color

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

This div border color is #a9830f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9830f


Comments

No comments written yet.

Please login to write comment.