Html Css Color HEX #A25F71 Mauve Taupe

📋 copy color: '#A25F71'

red 162 ◦ green 95 ◦ blue 113

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

Shades of Mauve Taupe #A25F71

Tints of Mauve Taupe #A25F71

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.68%

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

R = 43.78%
G = 25.68%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A25F71 (or 0xA25F71) is known color: Mauve Taupe. HEX triplet: A2, 5F and 71. RGB value is (162,95,113). Sum of RGB (Red+Green+Blue) = 162+95+113=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F71 is #5DA08E. Grayscale: #757575. Windows color (decimal): -6135951 or 7430050. OLE color: 7430050.

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

Color convert

RGB 162 95 113 -
CMYK 0 0.41 0.30 0.36
HSL 343.88º 0.26% 0.5% -
HSV(B) 343.88º 0.41% 0.64% -
XYZ 21.97 17.06 17.76 -
YUV 117.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 162 95 113 0 0.41 0.30 0.36 343.88 0.26 0.5
Hex A2 5F 71 0 29 1E 24 158 1A 32
Octal 242 137 161 0 51 36 44 530 32 62
Binary 10100010 1011111 1110001 0 101001 11110 100100 101011000 11010 110010

Color Harmonies of #A25F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25F71

Black with #A25F71

Text Example


Text Example

White with #A25F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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