#AA7613

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

Shades of Dark Goldenrod #AA7613

Tints of Dark Goldenrod #AA7613

Color information

#AA7613 (or 0xAA7613) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 76 and 13. RGB value is (170,118,19). Sum of RGB (Red+Green+Blue) = 170+118+19=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7613 is #5589EC. Grayscale: #7A7A7A. Windows color (decimal): -5605869 or 1275562. OLE color: 1275562.

HSL color Cylindrical-coordinate representation of color #AA7613: hue angle of 39.34º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA7613 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB17011819-
CMYK00.310.890.33
HSL39.34º79.89%37.06%-
HSV(B)39.34º88.82%66.67%-
XYZ23.1721.553.55-
YUV122.2669.73162.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.37%
GREEN value IS 118 (46.48% from 255) = 38.44%
BLUE value IS 19 (7.81% from 255) = 6.19%
R=55.37%
G=38.44%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701181900.310.890.3339.3479.8937.06
HexAA761301F5921275025
Octal25216623037131414712045
Binary1010101011101101001101111110110011000011001111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7613; }

 p { color: rgb(170,118,19); }

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

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

 a { background-color: rgb(170,118,19); }

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

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

 span { border-color: rgb(170,118,19); }

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