#AA7600

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

Shades of Dark Goldenrod #AA7600

Tints of Dark Goldenrod #AA7600

Color information

#AA7600 (or 0xAA7600) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 76 and 00. RGB value is (170,118,0). Sum of RGB (Red+Green+Blue) = 170+118+0=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7600 is #5589FF. Grayscale: #787878. Windows color (decimal): -5605888 or 30378. OLE color: 30378.

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

Color convert

RGB1701180-
CMYK00.3110.33
HSL41.65º100%33.33%-
HSV(B)41.65º100%66.67%-
XYZ23.0621.52.94-
YUV120.160.23163.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.03%
GREEN value IS 118 (46.48% from 255) = 40.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.03%
G=40.97%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170118000.3110.3341.6510033.33
HexAA76001F64212a6421
Octal2521660037144415214441
Binary101010101110110001111111001001000011010101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7600; }

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

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

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

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

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

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

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

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