#AA7411

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

Shades of Golden Brown #AA7411

Tints of Golden Brown #AA7411

Color information

#AA7411 (or 0xAA7411) is unknown color: approx Golden Brown. HEX triplet: AA, 74 and 11. RGB value is (170,116,17). Sum of RGB (Red+Green+Blue) = 170+116+17=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7411 is #558BEE. Grayscale: #797979. Windows color (decimal): -5606383 or 1143978. OLE color: 1143978.

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

Color convert

RGB17011617-
CMYK00.320.90.33
HSL38.82º81.82%36.67%-
HSV(B)38.82º90%66.67%-
XYZ22.9221.083.39-
YUV120.8669.39163.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.11%
GREEN value IS 116 (45.70% from 255) = 38.28%
BLUE value IS 17 (7.03% from 255) = 5.61%
R=56.11%
G=38.28%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701161700.320.90.3338.8281.8236.67
HexAA74110205A21275225
Octal25216421040132414712245
Binary10101010111010010001010000010110101000011001111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7411; }

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

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

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

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

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

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

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

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