#aa7011

Color #AA7011 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AA7011

Tints of Golden Brown #AA7011

Color information

#AA7011 (or 0xAA7011) is unknown color: approx Golden Brown. HEX triplet: AA, 70 and 11. RGB value is (170,112,17). Sum of RGB (Red+Green+Blue) = 170+112+17=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7011 is #558FEE. Grayscale: #767676. Windows color (decimal): -5607407 or 1142954. OLE color: 1142954.

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

Color convert

RGB17011217-
CMYK00.340.90.33
HSL37.25º81.82%36.67%-
HSV(B)37.25º90%66.67%-
XYZ22.4720.173.24-
YUV118.5170.72164.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.86%
GREEN value IS 112 (44.14% from 255) = 37.46%
BLUE value IS 17 (7.03% from 255) = 5.69%
R=56.86%
G=37.46%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701121700.340.90.3337.2581.8236.67
HexAA70110225A21255225
Octal25216021042132414512245
Binary10101010111000010001010001010110101000011001011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa7011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa7011; }

 p { color: rgb(170,112,17); }

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

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

 a { background-color: rgb(170,112,17); }

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

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

 span { border-color: rgb(170,112,17); }

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