Html Css Color HEX #A55E75 Mauve Taupe

📋 copy color: '#A55E75'

red 165 ◦ green 94 ◦ blue 117

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

Shades of Mauve Taupe #A55E75

Tints of Mauve Taupe #A55E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.12%

R = 43.88%
G = 25%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A55E75 (or 0xA55E75) is known color: Mauve Taupe. HEX triplet: A5, 5E and 75. RGB value is (165,94,117). Sum of RGB (Red+Green+Blue) = 165+94+117=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E75 is #5AA18A. Grayscale: #757575. Windows color (decimal): -5939595 or 7691941. OLE color: 7691941.

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

Color convert

RGB 165 94 117 -
CMYK 0 0.43 0.29 0.35
HSL 340.56º 0.28% 0.51% -
HSV(B) 340.56º 0.43% 0.65% -
XYZ 22.73 17.29 18.97 -
YUV 117.85 127.52 161.63 -
System Red Green Blue C M Y K H S L
Decimal 165 94 117 0 0.43 0.29 0.35 340.56 0.28 0.51
Hex A5 5E 75 0 2B 1D 23 155 1C 33
Octal 245 136 165 0 53 35 43 525 34 63
Binary 10100101 1011110 1110101 0 101011 11101 100011 101010101 11100 110011

Color Harmonies of #A55E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55E75

Black with #A55E75

Text Example


Text Example

White with #A55E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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