#AA8202

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

Shades of Dark Goldenrod #AA8202

Tints of Dark Goldenrod #AA8202

Color information

#AA8202 (or 0xAA8202) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 82 and 02. RGB value is (170,130,2). Sum of RGB (Red+Green+Blue) = 170+130+2=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8202 is #557DFD. Grayscale: #7F7F7F. Windows color (decimal): -5602814 or 164522. OLE color: 164522.

HSL color Cylindrical-coordinate representation of color #AA8202: hue angle of 45.71º 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 #AA8202 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB1701302-
CMYK00.240.990.33
HSL45.71º97.67%33.73%-
HSV(B)45.71º98.82%66.67%-
XYZ24.5724.523.49-
YUV127.3757.25158.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.29%
GREEN value IS 130 (51.17% from 255) = 43.05%
BLUE value IS 2 (1.17% from 255) = 0.66%
R=56.29%
G=43.05%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170130200.240.990.3345.7197.6733.73
HexAA82201863212e6222
Octal2522022030143415614242
Binary10101010100000101001100011000111000011011101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8202; }

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

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

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

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

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

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

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

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