#AA653F

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

Shades of Tuscany #AA653F

Tints of Tuscany #AA653F

Color information

#AA653F (or 0xAA653F) is unknown color: approx Tuscany. HEX triplet: AA, 65 and 3F. RGB value is (170,101,63). Sum of RGB (Red+Green+Blue) = 170+101+63=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA653F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA653F is #559AC0. Grayscale: #757575. Windows color (decimal): -5610177 or 4154794. OLE color: 4154794.

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

Color convert

RGB17010163-
CMYK00.410.630.33
HSL21.31º45.92%45.69%-
HSV(B)21.31º62.94%66.67%-
XYZ22.1318.217.05-
YUV117.397.36165.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.90%
GREEN value IS 101 (39.84% from 255) = 30.24%
BLUE value IS 63 (25% from 255) = 18.86%
R=50.90%
G=30.24%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701016300.410.630.3321.3145.9245.69
HexAA653F0293F21152e2e
Octal252145770517741255656
Binary101010101100101111111010100111111110000110101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA653F; }

 p { color: rgb(170,101,63); }

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

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

 a { background-color: rgb(170,101,63); }

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

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

 span { border-color: rgb(170,101,63); }

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