#A26646

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

Shades of Tuscany #A26646

Tints of Tuscany #A26646

Color information

#A26646 (or 0xA26646) is unknown color: approx Tuscany. HEX triplet: A2, 66 and 46. RGB value is (162,102,70). Sum of RGB (Red+Green+Blue) = 162+102+70=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A26646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26646 is #5D99B9. Grayscale: #747474. Windows color (decimal): -6134202 or 4613794. OLE color: 4613794.

HSL color Cylindrical-coordinate representation of color #A26646: hue angle of 20.87º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A26646 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB16210270-
CMYK00.370.570.36
HSL20.87º39.66%45.49%-
HSV(B)20.87º56.79%63.53%-
XYZ20.7617.638.1-
YUV116.29101.88160.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 70 (27.73% from 255) = 20.96%
R=48.50%
G=30.54%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621027000.370.570.3620.8739.6645.49
HexA26646025392415282d
Octal2421461060457144255055
Binary1010001011001101000110010010111100110010010101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26646; }

 p { color: rgb(162,102,70); }

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

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

 a { background-color: rgb(162,102,70); }

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

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

 span { border-color: rgb(162,102,70); }

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