#AA8915

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

Shades of Dark Goldenrod #AA8915

Tints of Dark Goldenrod #AA8915

Color information

#AA8915 (or 0xAA8915) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 89 and 15. RGB value is (170,137,21). Sum of RGB (Red+Green+Blue) = 170+137+21=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8915 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8915 is #5576EA. Grayscale: #868686. Windows color (decimal): -5601003 or 1411498. OLE color: 1411498.

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

Color convert

RGB17013721-
CMYK00.190.880.33
HSL46.71º78.01%37.45%-
HSV(B)46.71º87.65%66.67%-
XYZ25.6626.494.47-
YUV133.6464.43153.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.83%
GREEN value IS 137 (53.91% from 255) = 41.77%
BLUE value IS 21 (8.59% from 255) = 6.40%
R=51.83%
G=41.77%
B=6.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701372100.190.880.3346.7178.0137.45
HexAA891501358212f4e25
Octal25221125023130415711645
Binary10101010100010011010101001110110001000011011111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8915; }

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

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

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

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

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

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

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

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