#AA8800

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

Shades of Dark Goldenrod #AA8800

Tints of Dark Goldenrod #AA8800

Color information

#AA8800 (or 0xAA8800) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 88 and 00. RGB value is (170,136,0). Sum of RGB (Red+Green+Blue) = 170+136+0=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8800 is #5577FF. Grayscale: #838383. Windows color (decimal): -5601280 or 34986. OLE color: 34986.

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

Color convert

RGB1701360-
CMYK00.2010.33
HSL48º100%33.33%-
HSV(B)48º100%66.67%-
XYZ25.3826.153.71-
YUV130.6654.26156.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.56%
GREEN value IS 136 (53.52% from 255) = 44.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.56%
G=44.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170136000.2010.334810033.33
HexAA8800146421306421
Octal2522100024144416014441
Binary1010101010001000001010011001001000011100001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8800; }

 p { color: rgb(170,136,0); }

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

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

 a { background-color: rgb(170,136,0); }

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

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

 span { border-color: rgb(170,136,0); }

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