#A96544

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

Shades of Tuscany #A96544

Tints of Tuscany #A96544

Color information

#A96544 (or 0xA96544) is unknown color: approx Tuscany. HEX triplet: A9, 65 and 44. RGB value is (169,101,68). Sum of RGB (Red+Green+Blue) = 169+101+68=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A96544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96544 is #569ABB. Grayscale: #757575. Windows color (decimal): -5675708 or 4482473. OLE color: 4482473.

HSL color Cylindrical-coordinate representation of color #A96544: hue angle of 19.6º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A96544 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB16910168-
CMYK00.400.600.34
HSL19.6º42.62%46.47%-
HSV(B)19.6º59.76%66.27%-
XYZ22.0618.167.81-
YUV117.57100.03164.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50%
GREEN value IS 101 (39.84% from 255) = 29.88%
BLUE value IS 68 (26.95% from 255) = 20.12%
R=50%
G=29.88%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691016800.400.600.3419.642.6246.47
HexA965440283C22142b2e
Octal2511451040507442245356
Binary1010100111001011000100010100011110010001010100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96544; }

 p { color: rgb(169,101,68); }

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

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

 a { background-color: rgb(169,101,68); }

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

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

 span { border-color: rgb(169,101,68); }

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