#AA5D11

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

Shades of Golden Brown #AA5D11

Tints of Golden Brown #AA5D11

Color information

#AA5D11 (or 0xAA5D11) is unknown color: approx Golden Brown. HEX triplet: AA, 5D and 11. RGB value is (170,93,17). Sum of RGB (Red+Green+Blue) = 170+93+17=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5D11 is #55A2EE. Grayscale: #6B6B6B. Windows color (decimal): -5612271 or 1138090. OLE color: 1138090.

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

Color convert

RGB1709317-
CMYK00.450.90.33
HSL29.8º81.82%36.67%-
HSV(B)29.8º90%66.67%-
XYZ20.5916.422.61-
YUV107.3677.01172.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.71%
GREEN value IS 93 (36.72% from 255) = 33.21%
BLUE value IS 17 (7.03% from 255) = 6.07%
R=60.71%
G=33.21%
B=6.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170931700.450.90.3329.881.8236.67
HexAA5D1102D5A211e5225
Octal25213521055132413612245
Binary1010101010111011000101011011011010100001111101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5D11; }

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

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

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

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

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

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

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

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