Html Css Color HEX #A55E79 Mauve Taupe

📋 copy color: '#A55E79'

red 165 ◦ green 94 ◦ blue 121

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

Shades of Mauve Taupe #A55E79

Tints of Mauve Taupe #A55E79

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.74%

 BLUE value IS 121 (47.66% from 255) = 31.84%

R = 43.42%
G = 24.74%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A55E79 (or 0xA55E79) is known color: Mauve Taupe. HEX triplet: A5, 5E and 79. RGB value is (165,94,121). Sum of RGB (Red+Green+Blue) = 165+94+121=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E79 is #5AA186. Grayscale: #767676. Windows color (decimal): -5939591 or 7954085. OLE color: 7954085.

HSL color Cylindrical-coordinate representation of color #A55E79: hue angle of 337.18º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A55E79 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 94 121 -
CMYK 0 0.43 0.27 0.35
HSL 337.18º 0.28% 0.51% -
HSV(B) 337.18º 0.43% 0.65% -
XYZ 22.97 17.39 20.23 -
YUV 118.31 129.52 161.3 -
System Red Green Blue C M Y K H S L
Decimal 165 94 121 0 0.43 0.27 0.35 337.18 0.28 0.51
Hex A5 5E 79 0 2B 1B 23 151 1C 33
Octal 245 136 171 0 53 33 43 521 34 63
Binary 10100101 1011110 1111001 0 101011 11011 100011 101010001 11100 110011

Color Harmonies of #A55E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55E79

Black with #A55E79

Text Example


Text Example

White with #A55E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55E79; }

 p { color: rgb(165,94,121); }

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

background-color css

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

 a { background-color: rgb(165,94,121); }

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

border-color css

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

 span { border-color: rgb(165,94,121); }

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