#A26547

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

Shades of Tuscany #A26547

Tints of Tuscany #A26547

Color information

#A26547 (or 0xA26547) is unknown color: approx Tuscany. HEX triplet: A2, 65 and 47. RGB value is (162,101,71). Sum of RGB (Red+Green+Blue) = 162+101+71=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A26547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26547 is #5D9AB8. Grayscale: #747474. Windows color (decimal): -6134457 or 4679074. OLE color: 4679074.

HSL color Cylindrical-coordinate representation of color #A26547: hue angle of 19.78º 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 #A26547 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB16210171-
CMYK00.380.560.36
HSL19.78º39.06%45.69%-
HSV(B)19.78º56.17%63.53%-
XYZ20.6917.448.24-
YUV115.82102.71160.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 101 (39.84% from 255) = 30.24%
BLUE value IS 71 (28.12% from 255) = 21.26%
R=48.50%
G=30.24%
B=21.26%

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
Decimal1621017100.380.560.3619.7839.0645.69
HexA26547026382414272e
Octal2421451070467044244756
Binary1010001011001011000111010011011100010010010100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26547; }

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

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

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

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

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

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

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

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