Html Css Color HEX #A25E71 Mauve Taupe

📋 copy color: '#A25E71'

red 162 ◦ green 94 ◦ blue 113

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

Shades of Mauve Taupe #A25E71

Tints of Mauve Taupe #A25E71

RGB

 RED value IS 162 (63.67% from 255) = 43.9%

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

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

R = 43.9%
G = 25.47%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A25E71 (or 0xA25E71) is known color: Mauve Taupe. HEX triplet: A2, 5E and 71. RGB value is (162,94,113). Sum of RGB (Red+Green+Blue) = 162+94+113=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E71 is #5DA18E. Grayscale: #747474. Windows color (decimal): -6136207 or 7429794. OLE color: 7429794.

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

Color convert

RGB 162 94 113 -
CMYK 0 0.42 0.30 0.36
HSL 343.24º 0.27% 0.5% -
HSV(B) 343.24º 0.42% 0.64% -
XYZ 21.88 16.88 17.73 -
YUV 116.5 126.03 160.46 -
System Red Green Blue C M Y K H S L
Decimal 162 94 113 0 0.42 0.30 0.36 343.24 0.27 0.5
Hex A2 5E 71 0 2A 1E 24 157 1B 32
Octal 242 136 161 0 52 36 44 527 33 62
Binary 10100010 1011110 1110001 0 101010 11110 100100 101010111 11011 110010

Color Harmonies of #A25E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25E71

Black with #A25E71

Text Example


Text Example

White with #A25E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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