#AA750F

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

Shades of Dark Goldenrod #AA750F

Tints of Dark Goldenrod #AA750F

Color information

#AA750F (or 0xAA750F) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 75 and 0F. RGB value is (170,117,15). Sum of RGB (Red+Green+Blue) = 170+117+15=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA750F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA750F is #558AF0. Grayscale: #797979. Windows color (decimal): -5606129 or 1013162. OLE color: 1013162.

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

Color convert

RGB17011715-
CMYK00.310.910.33
HSL39.48º83.78%36.27%-
HSV(B)39.48º91.18%66.67%-
XYZ23.0321.33.35-
YUV121.2268.06162.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.29%
GREEN value IS 117 (46.09% from 255) = 38.74%
BLUE value IS 15 (6.25% from 255) = 4.97%
R=56.29%
G=38.74%
B=4.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701171500.310.910.3339.4883.7836.27
HexAA75F01F5B21275424
Octal25216517037133414712444
Binary101010101110101111101111110110111000011001111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA750F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA750F; }

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

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

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

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

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

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

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

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