#A05B59

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

Shades of Rose Taupe #A05B59

Tints of Rose Taupe #A05B59

Color information

#A05B59 (or 0xA05B59) is unknown color: approx Rose Taupe. HEX triplet: A0, 5B and 59. RGB value is (160,91,89). Sum of RGB (Red+Green+Blue) = 160+91+89=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A05B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05B59 is #5FA4A6. Grayscale: #6F6F6F. Windows color (decimal): -6268071 or 5856160. OLE color: 5856160.

HSL color Cylindrical-coordinate representation of color #A05B59: hue angle of 1.69º 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 #A05B59 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB1609189-
CMYK00.430.440.37
HSL1.69º28.51%48.82%-
HSV(B)1.69º44.37%62.75%-
XYZ20.0415.6811.42-
YUV111.4115.36162.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.06%
GREEN value IS 91 (35.94% from 255) = 26.76%
BLUE value IS 89 (35.16% from 255) = 26.18%
R=47.06%
G=26.76%
B=26.18%

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
Decimal160918900.430.440.371.6928.5148.82
HexA05B5902B2C2521d31
Octal240133131053544523561
Binary101000001011011101100101010111011001001011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05B59; }

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

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

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

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

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

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

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

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