#AA8301

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

Shades of Dark Goldenrod #AA8301

Tints of Dark Goldenrod #AA8301

Color information

#AA8301 (or 0xAA8301) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 83 and 01. RGB value is (170,131,1). Sum of RGB (Red+Green+Blue) = 170+131+1=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8301 is #557CFE. Grayscale: #808080. Windows color (decimal): -5602559 or 99242. OLE color: 99242.

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

Color convert

RGB1701311-
CMYK00.230.990.33
HSL46.15º98.83%33.53%-
HSV(B)46.15º99.41%66.67%-
XYZ24.724.783.51-
YUV127.8456.42158.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.29%
GREEN value IS 131 (51.56% from 255) = 43.38%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=56.29%
G=43.38%
B=0.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170131100.230.990.3346.1598.8333.53
HexAA83101763212e6322
Octal2522031027143415614342
Binary1010101010000011101011111000111000011011101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8301; }

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

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

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

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

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

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

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

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