#A56642

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

Shades of Tuscany #A56642

Tints of Tuscany #A56642

Color information

#A56642 (or 0xA56642) is unknown color: approx Tuscany. HEX triplet: A5, 66 and 42. RGB value is (165,102,66). Sum of RGB (Red+Green+Blue) = 165+102+66=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A56642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56642 is #5A99BD. Grayscale: #747474. Windows color (decimal): -5937598 or 4351653. OLE color: 4351653.

HSL color Cylindrical-coordinate representation of color #A56642: hue angle of 21.82º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A56642 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB16510266-
CMYK00.380.600.35
HSL21.82º42.86%45.29%-
HSV(B)21.82º60%64.71%-
XYZ21.2517.97.49-
YUV116.7399.37162.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.55%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 66 (26.17% from 255) = 19.82%
R=49.55%
G=30.63%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651026600.380.600.3521.8242.8645.29
HexA566420263C23162b2d
Octal2451461020467443265355
Binary1010010111001101000010010011011110010001110110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56642; }

 p { color: rgb(165,102,66); }

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

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

 a { background-color: rgb(165,102,66); }

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

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

 span { border-color: rgb(165,102,66); }

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