#905A70

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

Shades of Mauve Taupe #905A70

Tints of Mauve Taupe #905A70

Color information

#905A70 (or 0x905A70) is unknown color: approx Mauve Taupe. HEX triplet: 90, 5A and 70. RGB value is (144,90,112). Sum of RGB (Red+Green+Blue) = 144+90+112=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 144 - color contains mainly: red. Hex color #905A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905A70 is #6FA58F. Grayscale: #6C6C6C. Windows color (decimal): -7316880 or 7363216. OLE color: 7363216.

HSL color Cylindrical-coordinate representation of color #905A70: hue angle of 335.56º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #905A70 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB14490112-
CMYK00.370.220.44
HSL335.56º23.08%45.88%-
HSV(B)335.56º37.5%56.47%-
XYZ18.0814.4117.16-
YUV108.65129.89153.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.62%
GREEN value IS 90 (35.55% from 255) = 26.01%
BLUE value IS 112 (44.14% from 255) = 32.37%
R=41.62%
G=26.01%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449011200.370.220.44335.5623.0845.88
Hex905A70025162C150172e
Octal22013216004526545202756
Binary100100001011010111000001001011011010110010101000010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905A70; }

 p { color: rgb(144,90,112); }

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

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

 a { background-color: rgb(144,90,112); }

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

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

 span { border-color: rgb(144,90,112); }

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