#A46245

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

Shades of Tuscany #A46245

Tints of Tuscany #A46245

Color information

#A46245 (or 0xA46245) is unknown color: approx Tuscany. HEX triplet: A4, 62 and 45. RGB value is (164,98,69). Sum of RGB (Red+Green+Blue) = 164+98+69=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A46245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46245 is #5B9DBA. Grayscale: #727272. Windows color (decimal): -6004155 or 4547236. OLE color: 4547236.

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

Color convert

RGB1649869-
CMYK00.400.580.36
HSL18.32º40.77%45.69%-
HSV(B)18.32º57.93%64.31%-
XYZ20.7517.067.83-
YUV114.43102.37163.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.55%
GREEN value IS 98 (38.67% from 255) = 29.61%
BLUE value IS 69 (27.34% from 255) = 20.85%
R=49.55%
G=29.61%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164986900.400.580.3618.3240.7745.69
HexA462450283A2412292e
Octal2441421050507244225156
Binary1010010011000101000101010100011101010010010010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46245; }

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

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

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

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

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

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

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

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