#A06070

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

Shades of Mauve Taupe #A06070

Tints of Mauve Taupe #A06070

Color information

#A06070 (or 0xA06070) is unknown color: approx Mauve Taupe. HEX triplet: A0, 60 and 70. RGB value is (160,96,112). Sum of RGB (Red+Green+Blue) = 160+96+112=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A06070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06070 is #5F9F8F. Grayscale: #747474. Windows color (decimal): -6266768 or 7364768. OLE color: 7364768.

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

Color convert

RGB16096112-
CMYK00.40.300.37
HSL345º25.2%50.2%-
HSV(B)345º40%62.75%-
XYZ21.617.0117.47-
YUV116.96125.2158.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.48%
GREEN value IS 96 (37.89% from 255) = 26.09%
BLUE value IS 112 (44.14% from 255) = 30.43%
R=43.48%
G=26.09%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609611200.40.300.3734525.250.2
HexA060700281E251591932
Octal24014016005036455313162
Binary101000001100000111000001010001111010010110101100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06070; }

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

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

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

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

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

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

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

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