#AA6146

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

Shades of Tuscany #AA6146

Tints of Tuscany #AA6146

Color information

#AA6146 (or 0xAA6146) is unknown color: approx Tuscany. HEX triplet: AA, 61 and 46. RGB value is (170,97,70). Sum of RGB (Red+Green+Blue) = 170+97+70=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6146 is #559EB9. Grayscale: #737373. Windows color (decimal): -5611194 or 4612522. OLE color: 4612522.

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

Color convert

RGB1709770-
CMYK00.430.590.33
HSL16.2º41.67%47.06%-
HSV(B)16.2º58.82%66.67%-
XYZ21.9617.548.02-
YUV115.75102.18166.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.45%
GREEN value IS 97 (38.28% from 255) = 28.78%
BLUE value IS 70 (27.73% from 255) = 20.77%
R=50.45%
G=28.78%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170977000.430.590.3316.241.6747.06
HexAA614602B3B21102a2f
Octal2521411060537341205257
Binary1010101011000011000110010101111101110000110000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6146; }

 p { color: rgb(170,97,70); }

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

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

 a { background-color: rgb(170,97,70); }

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

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

 span { border-color: rgb(170,97,70); }

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