#a05c59

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

Shades of Rose Taupe #A05C59

Tints of Rose Taupe #A05C59

Color information

#A05C59 (or 0xA05C59) is unknown color: approx Rose Taupe. HEX triplet: A0, 5C and 59. RGB value is (160,92,89). Sum of RGB (Red+Green+Blue) = 160+92+89=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05C59 is #5FA3A6. Grayscale: #707070. Windows color (decimal): -6267815 or 5856416. OLE color: 5856416.

HSL color Cylindrical-coordinate representation of color #A05C59: hue angle of 2.54º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A05C59 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB1609289-
CMYK00.430.440.37
HSL2.54º28.51%48.82%-
HSV(B)2.54º44.37%62.75%-
XYZ20.1315.8511.45-
YUV111.99115.03162.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.92%
GREEN value IS 92 (36.33% from 255) = 26.98%
BLUE value IS 89 (35.16% from 255) = 26.10%
R=46.92%
G=26.98%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160928900.430.440.372.5428.5148.82
HexA05C5902B2C2531d31
Octal240134131053544533561
Binary101000001011100101100101010111011001001011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a05c59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a05c59; }

 p { color: rgb(160,92,89); }

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

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

 a { background-color: rgb(160,92,89); }

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

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

 span { border-color: rgb(160,92,89); }

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