#A96548

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

Shades of Tuscany #A96548

Tints of Tuscany #A96548

Color information

#A96548 (or 0xA96548) is unknown color: approx Tuscany. HEX triplet: A9, 65 and 48. RGB value is (169,101,72). Sum of RGB (Red+Green+Blue) = 169+101+72=342 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.42% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 169 - color contains mainly: red. Hex color #A96548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96548 is #569AB7. Grayscale: #767676. Windows color (decimal): -5675704 or 4744617. OLE color: 4744617.

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

Color convert

RGB16910172-
CMYK00.400.570.34
HSL17.94º40.25%47.25%-
HSV(B)17.94º57.4%66.27%-
XYZ22.1918.218.48-
YUV118.03102.03164.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.42%
GREEN value IS 101 (39.84% from 255) = 29.53%
BLUE value IS 72 (28.52% from 255) = 21.05%
R=49.42%
G=29.53%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691017200.400.570.3417.9440.2547.25
HexA96548028392212282f
Octal2511451100507142225057
Binary1010100111001011001000010100011100110001010010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96548; }

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

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

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

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

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

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

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

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