#AA6542

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

Shades of Tuscany #AA6542

Tints of Tuscany #AA6542

Color information

#AA6542 (or 0xAA6542) is unknown color: approx Tuscany. HEX triplet: AA, 65 and 42. RGB value is (170,101,66). Sum of RGB (Red+Green+Blue) = 170+101+66=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6542 is #559ABD. Grayscale: #757575. Windows color (decimal): -5610174 or 4351402. OLE color: 4351402.

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

Color convert

RGB17010166-
CMYK00.410.610.33
HSL20.19º44.07%46.27%-
HSV(B)20.19º61.18%66.67%-
XYZ22.2118.257.51-
YUV117.6498.86165.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.45%
GREEN value IS 101 (39.84% from 255) = 29.97%
BLUE value IS 66 (26.17% from 255) = 19.58%
R=50.45%
G=29.97%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701016600.410.610.3320.1944.0746.27
HexAA65420293D21142c2e
Octal2521451020517541245456
Binary1010101011001011000010010100111110110000110100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6542; }

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

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

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

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

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

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

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

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