#AA6241

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

Shades of Tuscany #AA6241

Tints of Tuscany #AA6241

Color information

#AA6241 (or 0xAA6241) is unknown color: approx Tuscany. HEX triplet: AA, 62 and 41. RGB value is (170,98,65). Sum of RGB (Red+Green+Blue) = 170+98+65=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6241 is #559DBE. Grayscale: #737373. Windows color (decimal): -5610943 or 4285098. OLE color: 4285098.

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

Color convert

RGB1709865-
CMYK00.420.620.33
HSL18.86º44.68%46.08%-
HSV(B)18.86º61.76%66.67%-
XYZ21.917.667.26-
YUV115.7799.35166.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.05%
GREEN value IS 98 (38.67% from 255) = 29.43%
BLUE value IS 65 (25.78% from 255) = 19.52%
R=51.05%
G=29.43%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170986500.420.620.3318.8644.6846.08
HexAA624102A3E21132d2e
Octal2521421010527641235556
Binary1010101011000101000001010101011111010000110011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6241; }

 p { color: rgb(170,98,65); }

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

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

 a { background-color: rgb(170,98,65); }

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

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

 span { border-color: rgb(170,98,65); }

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