#A95F48

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

Shades of Tuscany #A95F48

Tints of Tuscany #A95F48

Color information

#A95F48 (or 0xA95F48) is unknown color: approx Tuscany. HEX triplet: A9, 5F and 48. RGB value is (169,95,72). Sum of RGB (Red+Green+Blue) = 169+95+72=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A95F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95F48 is #56A0B7. Grayscale: #727272. Windows color (decimal): -5677240 or 4743081. OLE color: 4743081.

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

Color convert

RGB1699572-
CMYK00.440.570.34
HSL14.23º40.25%47.25%-
HSV(B)14.23º57.4%66.27%-
XYZ21.6217.098.29-
YUV114.5104.02166.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.30%
GREEN value IS 95 (37.5% from 255) = 28.27%
BLUE value IS 72 (28.52% from 255) = 21.43%
R=50.30%
G=28.27%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169957200.440.570.3414.2340.2547.25
HexA95F4802C3922e282f
Octal2511371100547142165057
Binary101010011011111100100001011001110011000101110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95F48; }

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

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

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

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

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

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

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

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