#95586A

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

Shades of Mauve Taupe #95586A

Tints of Mauve Taupe #95586A

Color information

#95586A (or 0x95586A) is unknown color: approx Mauve Taupe. HEX triplet: 95, 58 and 6A. RGB value is (149,88,106). Sum of RGB (Red+Green+Blue) = 149+88+106=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #95586A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95586A is #6AA795. Grayscale: #6C6C6C. Windows color (decimal): -6989718 or 6969493. OLE color: 6969493.

HSL color Cylindrical-coordinate representation of color #95586A: hue angle of 342.3º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95586A is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB14988106-
CMYK00.410.290.42
HSL342.3º25.74%46.47%-
HSV(B)342.3º40.94%58.43%-
XYZ18.4914.4115.44-
YUV108.29126.71157.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.44%
GREEN value IS 88 (34.77% from 255) = 25.66%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=43.44%
G=25.66%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498810600.410.290.42342.325.7446.47
Hex95586A0291D2A1561a2e
Octal22513015205135525263256
Binary100101011011000110101001010011110110101010101011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95586A; }

 p { color: rgb(149,88,106); }

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

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

 a { background-color: rgb(149,88,106); }

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

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

 span { border-color: rgb(149,88,106); }

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