#A99300

Color #A99300 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #A99300

Tints of Dark Goldenrod #A99300

Color information

#A99300 (or 0xA99300) is unknown color: approx Dark Goldenrod. HEX triplet: A9, 93 and 00. RGB value is (169,147,0). Sum of RGB (Red+Green+Blue) = 169+147+0=316 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.48% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 169 - color contains mainly: red. Hex color #A99300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99300 is #566CFF. Grayscale: #898989. Windows color (decimal): -5664000 or 37801. OLE color: 37801.

HSL color Cylindrical-coordinate representation of color #A99300: hue angle of 52.19º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A99300 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.34.

Color convert

RGB1691470-
CMYK00.1310.34
HSL52.19º100%33.14%-
HSV(B)52.19º100%66.27%-
XYZ26.829.34.24-
YUV136.8250.79150.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 53.48%
GREEN value IS 147 (57.81% from 255) = 46.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.48%
G=46.52%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169147000.1310.3452.1910033.14
HexA99300D6422346421
Octal2512230015144426414441
Binary101010011001001100110111001001000101101001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99300; }

 p { color: rgb(169,147,0); }

 H1.HeaderClassName
 {
   color: #A99300;
 }
 .AnyTagClassName
 {
   color: #A99300;
 }
</style>
background-color css

<style>
 a { background-color: #A99300; }

 a { background-color: rgb(169,147,0); }

 div.DivClassName
 {
   background-color: #A99300;
 }
 .BgClassName
 {
   background-color: #A99300;
 }
</style>
border-color css

<style>
 span { border-color: #A99300; }

 span { border-color: rgb(169,147,0); }

 td.TdClassName
 {
   border-color: #A99300;
 }
 .TagClassName
 {
   border-color: #A99300;
 }
</style>