#AA760B

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

Shades of Dark Goldenrod #AA760B

Tints of Dark Goldenrod #AA760B

Color information

#AA760B (or 0xAA760B) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 76 and 0B. RGB value is (170,118,11). Sum of RGB (Red+Green+Blue) = 170+118+11=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA760B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA760B is #5589F4. Grayscale: #797979. Windows color (decimal): -5605877 or 751274. OLE color: 751274.

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

Color convert

RGB17011811-
CMYK00.310.940.33
HSL40.38º87.85%35.49%-
HSV(B)40.38º93.53%66.67%-
XYZ23.1221.533.25-
YUV121.3565.73162.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.86%
GREEN value IS 118 (46.48% from 255) = 39.46%
BLUE value IS 11 (4.69% from 255) = 3.68%
R=56.86%
G=39.46%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701181100.310.940.3340.3887.8535.49
HexAA76B01F5E21285823
Octal25216613037136415013043
Binary101010101110110101101111110111101000011010001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA760B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA760B; }

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

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

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

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

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

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

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

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