Color Hex Logo

#a98600 Color Hex

#A98600
(169,134,0)
1 Favorites   0 Comments

Color spaces of #a98600

RGB 1691340
HSL0.131.000.33
HSV48°100°66°
CMYK 0.000.211.00   0.34
XYZ24.887325.48523.6074
Yxy25.48520.46100.4721
Hunter Lab50.4829-0.347231.1013
CIE-Lab57.54512.872262.5665

#a98600 color RGB value is (169,134,0).

#a98600 hex color red value is 169, green value is 134 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #a98600 hue: 0.13 , saturation: 1.00 and the lightness value of a98600 is 0.33.

The process color (four color CMYK) of #a98600 color hex is 0.00, 0.21, 1.00, 0.34. Web safe color of #a98600 is #999900. Color #a98600 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000110 00000000
Octal 251 206 0
Decimal 169 134 0
Hex A9 86 0

RGB Percentages of Color #a98600

%55.78
%44.22
%0.00

CMYK Percentages of Color #a98600

%0
%21
%100
%34

Triadic Colors of #a98600

#a98600 #00a986 #8600a9

Analogous Colors of #a98600

#a98600 #78a900 #a93200

Monochromatic Colors of #a98600

#a98600

Complementary Color

#a98600 #0023a9

#a98600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98600 Color CSS Codes

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

#a98600 Text Font Color

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

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


#a98600 Background Color

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

This div background color is #a98600


#a98600 Border Color

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

This div border color is #a98600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98600

#a98600 Color Palettes


Comments

No comments written yet.

Please login to write comment.