#AA8011

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

Shades of Dark Goldenrod #AA8011

Tints of Dark Goldenrod #AA8011

Color information

#AA8011 (or 0xAA8011) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 80 and 11. RGB value is (170,128,17). Sum of RGB (Red+Green+Blue) = 170+128+17=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8011 is #557FEE. Grayscale: #808080. Windows color (decimal): -5603311 or 1147050. OLE color: 1147050.

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

Color convert

RGB17012817-
CMYK00.250.90.33
HSL43.53º81.82%36.67%-
HSV(B)43.53º90%66.67%-
XYZ24.424.023.88-
YUV127.965.41158.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.97%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 17 (7.03% from 255) = 5.40%
R=53.97%
G=40.63%
B=5.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701281700.250.90.3343.5381.8236.67
HexAA80110195A212c5225
Octal25220021031132415412245
Binary10101010100000001000101100110110101000011011001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8011; }

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

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

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

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

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

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

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

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