#AA780F

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

Shades of Dark Goldenrod #AA780F

Tints of Dark Goldenrod #AA780F

Color information

#AA780F (or 0xAA780F) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 78 and 0F. RGB value is (170,120,15). Sum of RGB (Red+Green+Blue) = 170+120+15=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA780F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA780F is #5587F0. Grayscale: #7B7B7B. Windows color (decimal): -5605361 or 1013930. OLE color: 1013930.

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

Color convert

RGB17012015-
CMYK00.290.910.33
HSL40.65º83.78%36.27%-
HSV(B)40.65º91.18%66.67%-
XYZ23.3822.013.47-
YUV122.9867.06161.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.74%
GREEN value IS 120 (47.27% from 255) = 39.34%
BLUE value IS 15 (6.25% from 255) = 4.92%
R=55.74%
G=39.34%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701201500.290.910.3340.6583.7836.27
HexAA78F01D5B21295424
Octal25217017035133415112444
Binary101010101111000111101110110110111000011010011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA780F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA780F; }

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

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

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

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

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

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

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

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