Html Css Color HEX #A55970 Mauve Taupe

📋 copy color: '#A55970'

red 165 ◦ green 89 ◦ blue 112

#A55970
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #A55970

Tints of Mauve Taupe #A55970

RGB

 RED value IS 165 (64.84% from 255) = 45.08%

 GREEN value IS 89 (35.16% from 255) = 24.32%

 BLUE value IS 112 (44.14% from 255) = 30.6%

R = 45.08%
G = 24.32%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A55970 (or 0xA55970) is known color: Mauve Taupe. HEX triplet: A5, 59 and 70. RGB value is (165,89,112). Sum of RGB (Red+Green+Blue) = 165+89+112=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A55970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55970 is #5AA68F. Grayscale: #727272. Windows color (decimal): -5940880 or 7362981. OLE color: 7362981.

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

Color convert

RGB 165 89 112 -
CMYK 0 0.46 0.32 0.35
HSL 341.84º 0.3% 0.5% -
HSV(B) 341.84º 0.46% 0.65% -
XYZ 22.01 16.31 17.32 -
YUV 114.35 126.68 164.13 -
System Red Green Blue C M Y K H S L
Decimal 165 89 112 0 0.46 0.32 0.35 341.84 0.3 0.5
Hex A5 59 70 0 2E 20 23 156 1E 32
Octal 245 131 160 0 56 40 43 526 36 62
Binary 10100101 1011001 1110000 0 101110 100000 100011 101010110 11110 110010

Color Harmonies of #A55970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55970

Black with #A55970

Text Example


Text Example

White with #A55970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55970; }

 p { color: rgb(165,89,112); }

 H1.HeaderClassName
 {
   color: #A55970;
 }
 .AnyTagClassName
 {
   color: #A55970;
 }
</style>

background-color css

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

 a { background-color: rgb(165,89,112); }

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

border-color css

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

 span { border-color: rgb(165,89,112); }

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