#AA6042

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

Shades of Tuscany #AA6042

Tints of Tuscany #AA6042

Color information

#AA6042 (or 0xAA6042) is unknown color: approx Tuscany. HEX triplet: AA, 60 and 42. RGB value is (170,96,66). Sum of RGB (Red+Green+Blue) = 170+96+66=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6042 is #559FBD. Grayscale: #727272. Windows color (decimal): -5611454 or 4350122. OLE color: 4350122.

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

Color convert

RGB1709666-
CMYK00.440.610.33
HSL17.31º44.07%46.27%-
HSV(B)17.31º61.18%66.67%-
XYZ21.7417.317.35-
YUV114.71100.52167.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.20%
GREEN value IS 96 (37.89% from 255) = 28.92%
BLUE value IS 66 (26.17% from 255) = 19.88%
R=51.20%
G=28.92%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170966600.440.610.3317.3144.0746.27
HexAA604202C3D21112c2e
Octal2521401020547541215456
Binary1010101011000001000010010110011110110000110001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6042; }

 p { color: rgb(170,96,66); }

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

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

 a { background-color: rgb(170,96,66); }

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

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

 span { border-color: rgb(170,96,66); }

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