#AA6245

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

Shades of Tuscany #AA6245

Tints of Tuscany #AA6245

Color information

#AA6245 (or 0xAA6245) is unknown color: approx Tuscany. HEX triplet: AA, 62 and 45. RGB value is (170,98,69). Sum of RGB (Red+Green+Blue) = 170+98+69=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6245 is #559DBA. Grayscale: #747474. Windows color (decimal): -5610939 or 4547242. OLE color: 4547242.

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

Color convert

RGB1709869-
CMYK00.420.590.33
HSL17.23º42.26%46.86%-
HSV(B)17.23º59.41%66.67%-
XYZ22.0217.717.89-
YUV116.22101.35166.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.45%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 69 (27.34% from 255) = 20.47%
R=50.45%
G=29.08%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170986900.420.590.3317.2342.2646.86
HexAA624502A3B21112a2f
Octal2521421050527341215257
Binary1010101011000101000101010101011101110000110001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6245; }

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

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

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

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

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

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

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

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