#AA780B

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

Shades of Dark Goldenrod #AA780B

Tints of Dark Goldenrod #AA780B

Color information

#AA780B (or 0xAA780B) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 78 and 0B. RGB value is (170,120,11). Sum of RGB (Red+Green+Blue) = 170+120+11=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA780B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA780B is #5587F4. Grayscale: #7B7B7B. Windows color (decimal): -5605365 or 751786. OLE color: 751786.

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

Color convert

RGB17012011-
CMYK00.290.940.33
HSL41.13º87.85%35.49%-
HSV(B)41.13º93.53%66.67%-
XYZ23.35223.33-
YUV122.5265.06161.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.48%
GREEN value IS 120 (47.27% from 255) = 39.87%
BLUE value IS 11 (4.69% from 255) = 3.65%
R=56.48%
G=39.87%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701201100.290.940.3341.1387.8535.49
HexAA78B01D5E21295823
Octal25217013035136415113043
Binary101010101111000101101110110111101000011010011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA780B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA780B; }

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

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

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

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

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

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

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

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