#AA5E3B

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

Shades of Tuscany #AA5E3B

Tints of Tuscany #AA5E3B

Color information

#AA5E3B (or 0xAA5E3B) is unknown color: approx Tuscany. HEX triplet: AA, 5E and 3B. RGB value is (170,94,59). Sum of RGB (Red+Green+Blue) = 170+94+59=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E3B is #55A1C4. Grayscale: #707070. Windows color (decimal): -5611973 or 3890858. OLE color: 3890858.

HSL color Cylindrical-coordinate representation of color #AA5E3B: hue angle of 18.92º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA5E3B is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB1709459-
CMYK00.450.650.33
HSL18.92º48.47%44.9%-
HSV(B)18.92º65.29%66.67%-
XYZ21.3716.876.27-
YUV112.7397.68168.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.63%
GREEN value IS 94 (37.11% from 255) = 29.10%
BLUE value IS 59 (23.44% from 255) = 18.27%
R=52.63%
G=29.10%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170945900.450.650.3318.9248.4744.9
HexAA5E3B02D412113302d
Octal2521367305510141236055
Binary1010101010111101110110101101100000110000110011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5E3B; }

 p { color: rgb(170,94,59); }

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

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

 a { background-color: rgb(170,94,59); }

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

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

 span { border-color: rgb(170,94,59); }

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