#A46443

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

Shades of Tuscany #A46443

Tints of Tuscany #A46443

Color information

#A46443 (or 0xA46443) is unknown color: approx Tuscany. HEX triplet: A4, 64 and 43. RGB value is (164,100,67). Sum of RGB (Red+Green+Blue) = 164+100+67=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A46443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46443 is #5B9BBC. Grayscale: #737373. Windows color (decimal): -6003645 or 4416676. OLE color: 4416676.

HSL color Cylindrical-coordinate representation of color #A46443: hue angle of 20.41º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A46443 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB16410067-
CMYK00.390.590.36
HSL20.41º41.99%45.29%-
HSV(B)20.41º59.15%64.31%-
XYZ20.8817.417.57-
YUV115.37100.7162.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.55%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 67 (26.56% from 255) = 20.24%
R=49.55%
G=30.21%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641006700.390.590.3620.4141.9945.29
HexA464430273B24142a2d
Octal2441441030477344245255
Binary1010010011001001000011010011111101110010010100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46443; }

 p { color: rgb(164,100,67); }

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

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

 a { background-color: rgb(164,100,67); }

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

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

 span { border-color: rgb(164,100,67); }

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