#A55F48

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

Shades of Tuscany #A55F48

Tints of Tuscany #A55F48

Color information

#A55F48 (or 0xA55F48) is unknown color: approx Tuscany. HEX triplet: A5, 5F and 48. RGB value is (165,95,72). Sum of RGB (Red+Green+Blue) = 165+95+72=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55F48 is #5AA0B7. Grayscale: #717171. Windows color (decimal): -5939384 or 4743077. OLE color: 4743077.

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

Color convert

RGB1659572-
CMYK00.420.560.35
HSL14.84º39.24%46.47%-
HSV(B)14.84º56.36%64.71%-
XYZ20.7816.658.25-
YUV113.31104.69164.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.70%
GREEN value IS 95 (37.5% from 255) = 28.61%
BLUE value IS 72 (28.52% from 255) = 21.69%
R=49.70%
G=28.61%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165957200.420.560.3514.8439.2446.47
HexA55F4802A3823f272e
Octal2451371100527043174756
Binary101001011011111100100001010101110001000111111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55F48; }

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

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

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

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

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

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

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

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