#A0606A

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

Shades of Mauve Taupe #A0606A

Tints of Mauve Taupe #A0606A

Color information

#A0606A (or 0xA0606A) is unknown color: approx Mauve Taupe. HEX triplet: A0, 60 and 6A. RGB value is (160,96,106). Sum of RGB (Red+Green+Blue) = 160+96+106=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A0606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0606A is #5F9F95. Grayscale: #747474. Windows color (decimal): -6266774 or 6971552. OLE color: 6971552.

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

Color convert

RGB16096106-
CMYK00.40.340.37
HSL350.62º25.2%50.2%-
HSV(B)350.62º40%62.75%-
XYZ21.2816.8815.77-
YUV116.28122.2159.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.20%
GREEN value IS 96 (37.89% from 255) = 26.52%
BLUE value IS 106 (41.80% from 255) = 29.28%
R=44.20%
G=26.52%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609610600.40.340.37350.6225.250.2
HexA0606A028222515f1932
Octal24014015205042455373162
Binary1010000011000001101010010100010001010010110101111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0606A; }

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

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

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

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

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

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

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

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