#A96442

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

Shades of Tuscany #A96442

Tints of Tuscany #A96442

Color information

#A96442 (or 0xA96442) is unknown color: approx Tuscany. HEX triplet: A9, 64 and 42. RGB value is (169,100,66). Sum of RGB (Red+Green+Blue) = 169+100+66=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A96442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96442 is #569BBD. Grayscale: #747474. Windows color (decimal): -5675966 or 4351145. OLE color: 4351145.

HSL color Cylindrical-coordinate representation of color #A96442: hue angle of 19.81º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A96442 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB16910066-
CMYK00.410.610.34
HSL19.81º43.83%46.08%-
HSV(B)19.81º60.95%66.27%-
XYZ21.917.947.46-
YUV116.7699.36165.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.45%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 66 (26.17% from 255) = 19.70%
R=50.45%
G=29.85%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691006600.410.610.3419.8143.8346.08
HexA964420293D22142c2e
Octal2511441020517542245456
Binary1010100111001001000010010100111110110001010100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96442; }

 p { color: rgb(169,100,66); }

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

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

 a { background-color: rgb(169,100,66); }

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

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

 span { border-color: rgb(169,100,66); }

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