#A96545

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

Shades of Tuscany #A96545

Tints of Tuscany #A96545

Color information

#A96545 (or 0xA96545) is unknown color: approx Tuscany. HEX triplet: A9, 65 and 45. RGB value is (169,101,69). Sum of RGB (Red+Green+Blue) = 169+101+69=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A96545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96545 is #569ABA. Grayscale: #757575. Windows color (decimal): -5675707 or 4548009. OLE color: 4548009.

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

Color convert

RGB16910169-
CMYK00.400.590.34
HSL19.2º42.02%46.67%-
HSV(B)19.2º59.17%66.27%-
XYZ22.0918.177.97-
YUV117.68100.53164.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.85%
GREEN value IS 101 (39.84% from 255) = 29.79%
BLUE value IS 69 (27.34% from 255) = 20.35%
R=49.85%
G=29.79%
B=20.35%

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
Decimal1691016900.400.590.3419.242.0246.67
HexA965450283B22132a2f
Octal2511451050507342235257
Binary1010100111001011000101010100011101110001010011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96545; }

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

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

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

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

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

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

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

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