#A95F47

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

Shades of Tuscany #A95F47

Tints of Tuscany #A95F47

Color information

#A95F47 (or 0xA95F47) is unknown color: approx Tuscany. HEX triplet: A9, 5F and 47. RGB value is (169,95,71). Sum of RGB (Red+Green+Blue) = 169+95+71=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A95F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95F47 is #56A0B8. Grayscale: #727272. Windows color (decimal): -5677241 or 4677545. OLE color: 4677545.

HSL color Cylindrical-coordinate representation of color #A95F47: hue angle of 14.69º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A95F47 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB1699571-
CMYK00.440.580.34
HSL14.69º40.83%47.06%-
HSV(B)14.69º57.99%66.27%-
XYZ21.5917.078.12-
YUV114.39103.52166.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.45%
GREEN value IS 95 (37.5% from 255) = 28.36%
BLUE value IS 71 (28.12% from 255) = 21.19%
R=50.45%
G=28.36%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169957100.440.580.3414.6940.8347.06
HexA95F4702C3A22f292f
Octal2511371070547242175157
Binary101010011011111100011101011001110101000101111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95F47; }

 p { color: rgb(169,95,71); }

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

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

 a { background-color: rgb(169,95,71); }

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

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

 span { border-color: rgb(169,95,71); }

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