#AA7511

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

Shades of Dark Goldenrod #AA7511

Tints of Dark Goldenrod #AA7511

Color information

#AA7511 (or 0xAA7511) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 75 and 11. RGB value is (170,117,17). Sum of RGB (Red+Green+Blue) = 170+117+17=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7511 is #558AEE. Grayscale: #797979. Windows color (decimal): -5606127 or 1144234. OLE color: 1144234.

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

Color convert

RGB17011717-
CMYK00.310.90.33
HSL39.22º81.82%36.67%-
HSV(B)39.22º90%66.67%-
XYZ23.0421.313.43-
YUV121.4569.06162.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.92%
GREEN value IS 117 (46.09% from 255) = 38.49%
BLUE value IS 17 (7.03% from 255) = 5.59%
R=55.92%
G=38.49%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701171700.310.90.3339.2281.8236.67
HexAA751101F5A21275225
Octal25216521037132414712245
Binary1010101011101011000101111110110101000011001111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7511; }

 p { color: rgb(170,117,17); }

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

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

 a { background-color: rgb(170,117,17); }

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

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

 span { border-color: rgb(170,117,17); }

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