#A65E47

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

Shades of Tuscany #A65E47

Tints of Tuscany #A65E47

Color information

#A65E47 (or 0xA65E47) is unknown color: approx Tuscany. HEX triplet: A6, 5E and 47. RGB value is (166,94,71). Sum of RGB (Red+Green+Blue) = 166+94+71=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65E47 is #59A1B8. Grayscale: #717171. Windows color (decimal): -5874105 or 4677286. OLE color: 4677286.

HSL color Cylindrical-coordinate representation of color #A65E47: hue angle of 14.53º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A65E47 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB1669471-
CMYK00.430.570.35
HSL14.53º40.08%46.47%-
HSV(B)14.53º57.23%65.1%-
XYZ20.8716.578.06-
YUV112.91104.35165.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.15%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 71 (28.12% from 255) = 21.45%
R=50.15%
G=28.40%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166947100.430.570.3514.5340.0846.47
HexA65E4702B3923f282e
Octal2461361070537143175056
Binary101001101011110100011101010111110011000111111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65E47; }

 p { color: rgb(166,94,71); }

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

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

 a { background-color: rgb(166,94,71); }

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

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

 span { border-color: rgb(166,94,71); }

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