#A96945

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

Shades of Tuscany #A96945

Tints of Tuscany #A96945

Color information

#A96945 (or 0xA96945) is unknown color: approx Tuscany. HEX triplet: A9, 69 and 45. RGB value is (169,105,69). Sum of RGB (Red+Green+Blue) = 169+105+69=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A96945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96945 is #5696BA. Grayscale: #787878. Windows color (decimal): -5674683 or 4549033. OLE color: 4549033.

HSL color Cylindrical-coordinate representation of color #A96945: hue angle of 21.6º 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 #A96945 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB16910569-
CMYK00.380.590.34
HSL21.6º42.02%46.67%-
HSV(B)21.6º59.17%66.27%-
XYZ22.4918.978.11-
YUV120.0399.2162.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.27%
GREEN value IS 105 (41.41% from 255) = 30.61%
BLUE value IS 69 (27.34% from 255) = 20.12%
R=49.27%
G=30.61%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691056900.380.590.3421.642.0246.67
HexA969450263B22162a2f
Octal2511511050467342265257
Binary1010100111010011000101010011011101110001010110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96945; }

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

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

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

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

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

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

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

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