#AA8502

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

Shades of Dark Goldenrod #AA8502

Tints of Dark Goldenrod #AA8502

Color information

#AA8502 (or 0xAA8502) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 85 and 02. RGB value is (170,133,2). Sum of RGB (Red+Green+Blue) = 170+133+2=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8502 is #557AFD. Grayscale: #818181. Windows color (decimal): -5602046 or 165290. OLE color: 165290.

HSL color Cylindrical-coordinate representation of color #AA8502: hue angle of 46.79º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA8502 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB1701332-
CMYK00.220.990.33
HSL46.79º97.67%33.73%-
HSV(B)46.79º98.82%66.67%-
XYZ24.9825.333.63-
YUV129.1356.26157.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.74%
GREEN value IS 133 (52.34% from 255) = 43.61%
BLUE value IS 2 (1.17% from 255) = 0.66%
R=55.74%
G=43.61%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170133200.220.990.3346.7997.6733.73
HexAA85201663212f6222
Octal2522052026143415714242
Binary10101010100001011001011011000111000011011111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8502; }

 p { color: rgb(170,133,2); }

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

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

 a { background-color: rgb(170,133,2); }

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

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

 span { border-color: rgb(170,133,2); }

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