#AA770B

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

Shades of Dark Goldenrod #AA770B

Tints of Dark Goldenrod #AA770B

Color information

#AA770B (or 0xAA770B) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 77 and 0B. RGB value is (170,119,11). Sum of RGB (Red+Green+Blue) = 170+119+11=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA770B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA770B is #5588F4. Grayscale: #7A7A7A. Windows color (decimal): -5605621 or 751530. OLE color: 751530.

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

Color convert

RGB17011911-
CMYK00.30.940.33
HSL40.75º87.85%35.49%-
HSV(B)40.75º93.53%66.67%-
XYZ23.2321.763.29-
YUV121.9465.4162.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.67%
GREEN value IS 119 (46.88% from 255) = 39.67%
BLUE value IS 11 (4.69% from 255) = 3.67%
R=56.67%
G=39.67%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701191100.30.940.3340.7587.8535.49
HexAA77B01E5E21295823
Octal25216713036136415113043
Binary101010101110111101101111010111101000011010011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA770B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA770B; }

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

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

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

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

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

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

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

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