#A46149

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

Shades of Tuscany #A46149

Tints of Tuscany #A46149

Color information

#A46149 (or 0xA46149) is unknown color: approx Tuscany. HEX triplet: A4, 61 and 49. RGB value is (164,97,73). Sum of RGB (Red+Green+Blue) = 164+97+73=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A46149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46149 is #5B9EB6. Grayscale: #727272. Windows color (decimal): -6004407 or 4809124. OLE color: 4809124.

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

Color convert

RGB1649773-
CMYK00.410.550.36
HSL15.82º38.4%46.47%-
HSV(B)15.82º55.49%64.31%-
XYZ20.7916.928.47-
YUV114.3104.7163.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.10%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 73 (28.91% from 255) = 21.86%
R=49.10%
G=29.04%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164977300.410.550.3615.8238.446.47
HexA46149029372410262e
Octal2441411110516744204656
Binary1010010011000011001001010100111011110010010000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46149; }

 p { color: rgb(164,97,73); }

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

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

 a { background-color: rgb(164,97,73); }

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

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

 span { border-color: rgb(164,97,73); }

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