#AA8201

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

Shades of Dark Goldenrod #AA8201

Tints of Dark Goldenrod #AA8201

Color information

#AA8201 (or 0xAA8201) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 82 and 01. RGB value is (170,130,1). Sum of RGB (Red+Green+Blue) = 170+130+1=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8201 is #557DFE. Grayscale: #7F7F7F. Windows color (decimal): -5602815 or 98986. OLE color: 98986.

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

Color convert

RGB1701301-
CMYK00.240.990.33
HSL45.8º98.83%33.53%-
HSV(B)45.8º99.41%66.67%-
XYZ24.5724.513.47-
YUV127.2556.75158.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.48%
GREEN value IS 130 (51.17% from 255) = 43.19%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=56.48%
G=43.19%
B=0.33%

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
Decimal170130100.240.990.3345.898.8333.53
HexAA82101863212e6322
Octal2522021030143415614342
Binary1010101010000010101100011000111000011011101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8201; }

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

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

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

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

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

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

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

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