#A46246

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

Shades of Tuscany #A46246

Tints of Tuscany #A46246

Color information

#A46246 (or 0xA46246) is unknown color: approx Tuscany. HEX triplet: A4, 62 and 46. RGB value is (164,98,70). Sum of RGB (Red+Green+Blue) = 164+98+70=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A46246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46246 is #5B9DB9. Grayscale: #727272. Windows color (decimal): -6004154 or 4612772. OLE color: 4612772.

HSL color Cylindrical-coordinate representation of color #A46246: hue angle of 17.87º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A46246 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB1649870-
CMYK00.400.570.36
HSL17.87º40.17%45.88%-
HSV(B)17.87º57.32%64.31%-
XYZ20.7817.077.99-
YUV114.54102.87163.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.40%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 70 (27.73% from 255) = 21.08%
R=49.40%
G=29.52%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164987000.400.570.3617.8740.1745.88
HexA46246028392412282e
Octal2441421060507144225056
Binary1010010011000101000110010100011100110010010010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46246; }

 p { color: rgb(164,98,70); }

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

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

 a { background-color: rgb(164,98,70); }

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

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

 span { border-color: rgb(164,98,70); }

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