#AA7105

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

Shades of Dark Goldenrod #AA7105

Tints of Dark Goldenrod #AA7105

Color information

#AA7105 (or 0xAA7105) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 71 and 05. RGB value is (170,113,5). Sum of RGB (Red+Green+Blue) = 170+113+5=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7105 is #558EFA. Grayscale: #767676. Windows color (decimal): -5607163 or 356778. OLE color: 356778.

HSL color Cylindrical-coordinate representation of color #AA7105: hue angle of 39.27º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA7105 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB1701135-
CMYK00.340.970.33
HSL39.27º94.29%34.31%-
HSV(B)39.27º97.06%66.67%-
XYZ22.5120.372.89-
YUV117.7364.38165.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.03%
GREEN value IS 113 (44.53% from 255) = 39.24%
BLUE value IS 5 (2.34% from 255) = 1.74%
R=59.03%
G=39.24%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170113500.340.970.3339.2794.2934.31
HexAA7150226121275e22
Octal2521615042141414713642
Binary101010101110001101010001011000011000011001111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7105; }

 p { color: rgb(170,113,5); }

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

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

 a { background-color: rgb(170,113,5); }

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

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

 span { border-color: rgb(170,113,5); }

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