#a55b6e

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

Shades of Mauve Taupe #A55B6E

Tints of Mauve Taupe #A55B6E

Color information

#A55B6E (or 0xA55B6E) is unknown color: approx Mauve Taupe. HEX triplet: A5, 5B and 6E. RGB value is (165,91,110). Sum of RGB (Red+Green+Blue) = 165+91+110=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55B6E is #5AA491. Grayscale: #737373. Windows color (decimal): -5940370 or 7232421. OLE color: 7232421.

HSL color Cylindrical-coordinate representation of color #A55B6E: hue angle of 344.59º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A55B6E is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16591110-
CMYK00.450.330.35
HSL344.59º29.13%50.2%-
HSV(B)344.59º44.85%64.71%-
XYZ22.0716.6116.79-
YUV115.29125.02163.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.08%
GREEN value IS 91 (35.94% from 255) = 24.86%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=45.08%
G=24.86%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659111000.450.330.35344.5929.1350.2
HexA55B6E02D21231591d32
Octal24513315605541435313562
Binary1010010110110111101110010110110000110001110101100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a55b6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a55b6e; }

 p { color: rgb(165,91,110); }

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

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

 a { background-color: rgb(165,91,110); }

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

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

 span { border-color: rgb(165,91,110); }

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