#AA5B11

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

Shades of Golden Brown #AA5B11

Tints of Golden Brown #AA5B11

Color information

#AA5B11 (or 0xAA5B11) is unknown color: approx Golden Brown. HEX triplet: AA, 5B and 11. RGB value is (170,91,17). Sum of RGB (Red+Green+Blue) = 170+91+17=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5B11 is #55A4EE. Grayscale: #6A6A6A. Windows color (decimal): -5612783 or 1137578. OLE color: 1137578.

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

Color convert

RGB1709117-
CMYK00.460.90.33
HSL29.02º81.82%36.67%-
HSV(B)29.02º90%66.67%-
XYZ20.4216.072.56-
YUV106.1877.67173.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.15%
GREEN value IS 91 (35.94% from 255) = 32.73%
BLUE value IS 17 (7.03% from 255) = 6.12%
R=61.15%
G=32.73%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170911700.460.90.3329.0281.8236.67
HexAA5B1102E5A211d5225
Octal25213321056132413512245
Binary1010101010110111000101011101011010100001111011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5B11; }

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

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

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

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

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

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

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

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