#A26447

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

Shades of Tuscany #A26447

Tints of Tuscany #A26447

Color information

#A26447 (or 0xA26447) is unknown color: approx Tuscany. HEX triplet: A2, 64 and 47. RGB value is (162,100,71). Sum of RGB (Red+Green+Blue) = 162+100+71=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A26447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26447 is #5D9BB8. Grayscale: #737373. Windows color (decimal): -6134713 or 4678818. OLE color: 4678818.

HSL color Cylindrical-coordinate representation of color #A26447: hue angle of 19.12º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A26447 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB16210071-
CMYK00.380.560.36
HSL19.12º39.06%45.69%-
HSV(B)19.12º56.17%63.53%-
XYZ20.5917.258.21-
YUV115.23103.04161.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.65%
GREEN value IS 100 (39.45% from 255) = 30.03%
BLUE value IS 71 (28.12% from 255) = 21.32%
R=48.65%
G=30.03%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621007100.380.560.3619.1239.0645.69
HexA26447026382413272e
Octal2421441070467044234756
Binary1010001011001001000111010011011100010010010011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26447; }

 p { color: rgb(162,100,71); }

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

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

 a { background-color: rgb(162,100,71); }

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

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

 span { border-color: rgb(162,100,71); }

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