Html Css Color HEX #A25971 Mauve Taupe

📋 copy color: '#A25971'

red 162 ◦ green 89 ◦ blue 113

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

Shades of Mauve Taupe #A25971

Tints of Mauve Taupe #A25971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.45%

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

R = 44.51%
G = 24.45%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A25971 (or 0xA25971) is known color: Mauve Taupe. HEX triplet: A2, 59 and 71. RGB value is (162,89,113). Sum of RGB (Red+Green+Blue) = 162+89+113=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A25971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25971 is #5DA68E. Grayscale: #717171. Windows color (decimal): -6137487 or 7428514. OLE color: 7428514.

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

Color convert

RGB 162 89 113 -
CMYK 0 0.45 0.30 0.36
HSL 340.27º 0.29% 0.49% -
HSV(B) 340.27º 0.45% 0.64% -
XYZ 21.45 16.02 17.58 -
YUV 113.56 127.68 162.55 -
System Red Green Blue C M Y K H S L
Decimal 162 89 113 0 0.45 0.30 0.36 340.27 0.29 0.49
Hex A2 59 71 0 2D 1E 24 154 1D 31
Octal 242 131 161 0 55 36 44 524 35 61
Binary 10100010 1011001 1110001 0 101101 11110 100100 101010100 11101 110001

Color Harmonies of #A25971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25971

Black with #A25971

Text Example


Text Example

White with #A25971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25971; }

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

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

background-color css

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

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

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

border-color css

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

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

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