#AA790F

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

Shades of Dark Goldenrod #AA790F

Tints of Dark Goldenrod #AA790F

Color information

#AA790F (or 0xAA790F) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 79 and 0F. RGB value is (170,121,15). Sum of RGB (Red+Green+Blue) = 170+121+15=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA790F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA790F is #5586F0. Grayscale: #7C7C7C. Windows color (decimal): -5605105 or 1014186. OLE color: 1014186.

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

Color convert

RGB17012115-
CMYK00.290.910.33
HSL41.03º83.78%36.27%-
HSV(B)41.03º91.18%66.67%-
XYZ23.522.263.51-
YUV123.5766.73161.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.56%
GREEN value IS 121 (47.66% from 255) = 39.54%
BLUE value IS 15 (6.25% from 255) = 4.90%
R=55.56%
G=39.54%
B=4.90%

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
Decimal1701211500.290.910.3341.0383.7836.27
HexAA79F01D5B21295424
Octal25217117035133415112444
Binary101010101111001111101110110110111000011010011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA790F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA790F; }

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

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

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

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

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

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

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

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