Html Css Color HEX #A55A72 Mauve Taupe

📋 copy color: '#A55A72'

red 165 ◦ green 90 ◦ blue 114

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

Shades of Mauve Taupe #A55A72

Tints of Mauve Taupe #A55A72

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.39%

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

R = 44.72%
G = 24.39%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A55A72 (or 0xA55A72) is known color: Mauve Taupe. HEX triplet: A5, 5A and 72. RGB value is (165,90,114). Sum of RGB (Red+Green+Blue) = 165+90+114=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55A72 is #5AA58D. Grayscale: #737373. Windows color (decimal): -5940622 or 7494309. OLE color: 7494309.

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

Color convert

RGB 165 90 114 -
CMYK 0 0.45 0.31 0.35
HSL 340.8º 0.29% 0.5% -
HSV(B) 340.8º 0.45% 0.65% -
XYZ 22.21 16.53 17.94 -
YUV 115.16 127.35 163.55 -
System Red Green Blue C M Y K H S L
Decimal 165 90 114 0 0.45 0.31 0.35 340.8 0.29 0.5
Hex A5 5A 72 0 2D 1F 23 155 1D 32
Octal 245 132 162 0 55 37 43 525 35 62
Binary 10100101 1011010 1110010 0 101101 11111 100011 101010101 11101 110010

Color Harmonies of #A55A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55A72

Black with #A55A72

Text Example


Text Example

White with #A55A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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