#AA760F

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

Shades of Dark Goldenrod #AA760F

Tints of Dark Goldenrod #AA760F

Color information

#AA760F (or 0xAA760F) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 76 and 0F. RGB value is (170,118,15). Sum of RGB (Red+Green+Blue) = 170+118+15=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA760F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA760F is #5589F0. Grayscale: #7A7A7A. Windows color (decimal): -5605873 or 1013418. OLE color: 1013418.

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

Color convert

RGB17011815-
CMYK00.310.910.33
HSL39.87º83.78%36.27%-
HSV(B)39.87º91.18%66.67%-
XYZ23.1421.543.39-
YUV121.8167.73162.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.11%
GREEN value IS 118 (46.48% from 255) = 38.94%
BLUE value IS 15 (6.25% from 255) = 4.95%
R=56.11%
G=38.94%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701181500.310.910.3339.8783.7836.27
HexAA76F01F5B21285424
Octal25216617037133415012444
Binary101010101110110111101111110110111000011010001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA760F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA760F; }

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

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

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

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

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

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

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

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