#A0606E

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

Shades of Mauve Taupe #A0606E

Tints of Mauve Taupe #A0606E

Color information

#A0606E (or 0xA0606E) is unknown color: approx Mauve Taupe. HEX triplet: A0, 60 and 6E. RGB value is (160,96,110). Sum of RGB (Red+Green+Blue) = 160+96+110=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A0606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0606E is #5F9F91. Grayscale: #747474. Windows color (decimal): -6266770 or 7233696. OLE color: 7233696.

HSL color Cylindrical-coordinate representation of color #A0606E: hue angle of 346.88º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0606E is Cyan = 0, Magento = 0.4, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB16096110-
CMYK00.40.310.37
HSL346.88º25.2%50.2%-
HSV(B)346.88º40%62.75%-
XYZ21.4916.9716.89-
YUV116.73124.2158.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.72%
GREEN value IS 96 (37.89% from 255) = 26.23%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=43.72%
G=26.23%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609611000.40.310.37346.8825.250.2
HexA0606E0281F2515b1932
Octal24014015605037455333162
Binary101000001100000110111001010001111110010110101101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0606E; }

 p { color: rgb(160,96,110); }

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

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

 a { background-color: rgb(160,96,110); }

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

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

 span { border-color: rgb(160,96,110); }

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