#9A566F

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

Shades of Mauve Taupe #9A566F

Tints of Mauve Taupe #9A566F

Color information

#9A566F (or 0x9A566F) is unknown color: approx Mauve Taupe. HEX triplet: 9A, 56 and 6F. RGB value is (154,86,111). Sum of RGB (Red+Green+Blue) = 154+86+111=351 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.87% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 154 - color contains mainly: red. Hex color #9A566F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A566F is #65A990. Grayscale: #6D6D6D. Windows color (decimal): -6662545 or 7296666. OLE color: 7296666.

HSL color Cylindrical-coordinate representation of color #9A566F: hue angle of 337.94º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A566F is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB15486111-
CMYK00.440.280.40
HSL337.94º28.33%47.06%-
HSV(B)337.94º44.16%60.39%-
XYZ19.5214.6716.84-
YUV109.18129.03159.97-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.87%
GREEN value IS 86 (33.98% from 255) = 24.50%
BLUE value IS 111 (43.75% from 255) = 31.62%
R=43.87%
G=24.50%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548611100.440.280.40337.9428.3347.06
Hex9A566F02C1C281521c2f
Octal23212615705434505223457
Binary100110101010110110111101011001110010100010101001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A566F; }

 p { color: rgb(154,86,111); }

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

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

 a { background-color: rgb(154,86,111); }

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

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

 span { border-color: rgb(154,86,111); }

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