#A96645

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

Shades of Tuscany #A96645

Tints of Tuscany #A96645

Color information

#A96645 (or 0xA96645) is unknown color: approx Tuscany. HEX triplet: A9, 66 and 45. RGB value is (169,102,69). Sum of RGB (Red+Green+Blue) = 169+102+69=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A96645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96645 is #5699BA. Grayscale: #767676. Windows color (decimal): -5675451 or 4548265. OLE color: 4548265.

HSL color Cylindrical-coordinate representation of color #A96645: hue angle of 19.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A96645 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB16910269-
CMYK00.400.590.34
HSL19.8º42.02%46.67%-
HSV(B)19.8º59.17%66.27%-
XYZ22.1918.378.01-
YUV118.27100.2164.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.71%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 69 (27.34% from 255) = 20.29%
R=49.71%
G=30%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691026900.400.590.3419.842.0246.67
HexA966450283B22142a2f
Octal2511461050507342245257
Binary1010100111001101000101010100011101110001010100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96645; }

 p { color: rgb(169,102,69); }

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

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

 a { background-color: rgb(169,102,69); }

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

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

 span { border-color: rgb(169,102,69); }

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