Html Css Color HEX #A45C71 Mauve Taupe

📋 copy color: '#A45C71'

red 164 ◦ green 92 ◦ blue 113

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

Shades of Mauve Taupe #A45C71

Tints of Mauve Taupe #A45C71

RGB

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

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

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

R = 44.44%
G = 24.93%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A45C71 (or 0xA45C71) is known color: Mauve Taupe. HEX triplet: A4, 5C and 71. RGB value is (164,92,113). Sum of RGB (Red+Green+Blue) = 164+92+113=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45C71 is #5BA38E. Grayscale: #737373. Windows color (decimal): -6005647 or 7429284. OLE color: 7429284.

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

Color convert

RGB 164 92 113 -
CMYK 0 0.44 0.31 0.36
HSL 342.5º 0.28% 0.5% -
HSV(B) 342.5º 0.44% 0.64% -
XYZ 22.12 16.74 17.69 -
YUV 115.92 126.35 162.29 -
System Red Green Blue C M Y K H S L
Decimal 164 92 113 0 0.44 0.31 0.36 342.5 0.28 0.5
Hex A4 5C 71 0 2C 1F 24 156 1C 32
Octal 244 134 161 0 54 37 44 526 34 62
Binary 10100100 1011100 1110001 0 101100 11111 100100 101010110 11100 110010

Color Harmonies of #A45C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45C71

Black with #A45C71

Text Example


Text Example

White with #A45C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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