#AA6411

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

Shades of Golden Brown #AA6411

Tints of Golden Brown #AA6411

Color information

#AA6411 (or 0xAA6411) is unknown color: approx Golden Brown. HEX triplet: AA, 64 and 11. RGB value is (170,100,17). Sum of RGB (Red+Green+Blue) = 170+100+17=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6411 is #559BEE. Grayscale: #6F6F6F. Windows color (decimal): -5610479 or 1139882. OLE color: 1139882.

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

Color convert

RGB17010017-
CMYK00.410.90.33
HSL32.55º81.82%36.67%-
HSV(B)32.55º90%66.67%-
XYZ21.2417.72.83-
YUV111.4774.69169.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.23%
GREEN value IS 100 (39.45% from 255) = 34.84%
BLUE value IS 17 (7.03% from 255) = 5.92%
R=59.23%
G=34.84%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701001700.410.90.3332.5581.8236.67
HexAA64110295A21215225
Octal25214421051132414112245
Binary10101010110010010001010100110110101000011000011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6411; }

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

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

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

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

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

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

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

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