Html Css Color HEX #A55E72 Mauve Taupe

📋 copy color: '#A55E72'

red 165 ◦ green 94 ◦ blue 114

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

Shades of Mauve Taupe #A55E72

Tints of Mauve Taupe #A55E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.56%

R = 44.24%
G = 25.2%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A55E72 (or 0xA55E72) is known color: Mauve Taupe. HEX triplet: A5, 5E and 72. RGB value is (165,94,114). Sum of RGB (Red+Green+Blue) = 165+94+114=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E72 is #5AA18D. Grayscale: #757575. Windows color (decimal): -5939598 or 7495333. OLE color: 7495333.

HSL color Cylindrical-coordinate representation of color #A55E72: hue angle of 343.1º 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 #A55E72 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 94 114 -
CMYK 0 0.43 0.31 0.35
HSL 343.1º 0.28% 0.51% -
HSV(B) 343.1º 0.43% 0.65% -
XYZ 22.56 17.22 18.05 -
YUV 117.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 165 94 114 0 0.43 0.31 0.35 343.1 0.28 0.51
Hex A5 5E 72 0 2B 1F 23 157 1C 33
Octal 245 136 162 0 53 37 43 527 34 63
Binary 10100101 1011110 1110010 0 101011 11111 100011 101010111 11100 110011

Color Harmonies of #A55E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55E72

Black with #A55E72

Text Example


Text Example

White with #A55E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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