Html Css Color HEX #A55C72 Mauve Taupe

📋 copy color: '#A55C72'

red 165 ◦ green 92 ◦ blue 114

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

Shades of Mauve Taupe #A55C72

Tints of Mauve Taupe #A55C72

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.8%

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

R = 44.47%
G = 24.8%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A55C72 (or 0xA55C72) is known color: Mauve Taupe. HEX triplet: A5, 5C and 72. RGB value is (165,92,114). Sum of RGB (Red+Green+Blue) = 165+92+114=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55C72 is #5AA38D. Grayscale: #747474. Windows color (decimal): -5940110 or 7494821. OLE color: 7494821.

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

Color convert

RGB 165 92 114 -
CMYK 0 0.44 0.31 0.35
HSL 341.92º 0.29% 0.5% -
HSV(B) 341.92º 0.44% 0.65% -
XYZ 22.38 16.87 18 -
YUV 116.34 126.68 162.71 -
System Red Green Blue C M Y K H S L
Decimal 165 92 114 0 0.44 0.31 0.35 341.92 0.29 0.5
Hex A5 5C 72 0 2C 1F 23 156 1D 32
Octal 245 134 162 0 54 37 43 526 35 62
Binary 10100101 1011100 1110010 0 101100 11111 100011 101010110 11101 110010

Color Harmonies of #A55C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55C72

Black with #A55C72

Text Example


Text Example

White with #A55C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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