Html Css Color HEX #A45E71 Mauve Taupe

📋 copy color: '#A45E71'

red 164 ◦ green 94 ◦ blue 113

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

Shades of Mauve Taupe #A45E71

Tints of Mauve Taupe #A45E71

RGB

 RED value IS 164 (64.45% from 255) = 44.2%

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

 BLUE value IS 113 (44.53% from 255) = 30.46%

R = 44.2%
G = 25.34%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A45E71 (or 0xA45E71) is known color: Mauve Taupe. HEX triplet: A4, 5E and 71. RGB value is (164,94,113). Sum of RGB (Red+Green+Blue) = 164+94+113=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45E71 is #5BA18E. Grayscale: #757575. Windows color (decimal): -6005135 or 7429796. OLE color: 7429796.

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

Color convert

RGB 164 94 113 -
CMYK 0 0.43 0.31 0.36
HSL 343.71º 0.28% 0.51% -
HSV(B) 343.71º 0.43% 0.64% -
XYZ 22.29 17.09 17.75 -
YUV 117.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 164 94 113 0 0.43 0.31 0.36 343.71 0.28 0.51
Hex A4 5E 71 0 2B 1F 24 158 1C 33
Octal 244 136 161 0 53 37 44 530 34 63
Binary 10100100 1011110 1110001 0 101011 11111 100100 101011000 11100 110011

Color Harmonies of #A45E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45E71

Black with #A45E71

Text Example


Text Example

White with #A45E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45E71; }

 p { color: rgb(164,94,113); }

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

background-color css

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

 a { background-color: rgb(164,94,113); }

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

border-color css

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

 span { border-color: rgb(164,94,113); }

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