#AA8908

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

Shades of Dark Goldenrod #AA8908

Tints of Dark Goldenrod #AA8908

Color information

#AA8908 (or 0xAA8908) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 89 and 08. RGB value is (170,137,8). Sum of RGB (Red+Green+Blue) = 170+137+8=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8908 is #5576F7. Grayscale: #848484. Windows color (decimal): -5601016 or 559530. OLE color: 559530.

HSL color Cylindrical-coordinate representation of color #AA8908: hue angle of 47.78º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA8908 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB1701378-
CMYK00.190.950.33
HSL47.78º91.01%34.9%-
HSV(B)47.78º95.29%66.67%-
XYZ25.5726.453.99-
YUV132.1657.93154.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.97%
GREEN value IS 137 (53.91% from 255) = 43.49%
BLUE value IS 8 (3.52% from 255) = 2.54%
R=53.97%
G=43.49%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170137800.190.950.3347.7891.0134.9
HexAA8980135F21305b23
Octal25221110023137416013343
Binary1010101010001001100001001110111111000011100001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8908; }

 p { color: rgb(170,137,8); }

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

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

 a { background-color: rgb(170,137,8); }

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

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

 span { border-color: rgb(170,137,8); }

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