#A05A59

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

Shades of Rose Taupe #A05A59

Tints of Rose Taupe #A05A59

Color information

#A05A59 (or 0xA05A59) is unknown color: approx Rose Taupe. HEX triplet: A0, 5A and 59. RGB value is (160,90,89). Sum of RGB (Red+Green+Blue) = 160+90+89=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05A59 is #5FA5A6. Grayscale: #6E6E6E. Windows color (decimal): -6268327 or 5855904. OLE color: 5855904.

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

Color convert

RGB1609089-
CMYK00.440.440.37
HSL0.85º28.51%48.82%-
HSV(B)0.85º44.37%62.75%-
XYZ19.9615.5111.39-
YUV110.82115.69163.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.20%
GREEN value IS 90 (35.55% from 255) = 26.55%
BLUE value IS 89 (35.16% from 255) = 26.25%
R=47.20%
G=26.55%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160908900.440.440.370.8528.5148.82
HexA05A5902C2C2511d31
Octal240132131054544513561
Binary10100000101101010110010101100101100100101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05A59; }

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

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

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

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

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

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

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

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