Html Css Color HEX #A25A71 Mauve Taupe

📋 copy color: '#A25A71'

red 162 ◦ green 90 ◦ blue 113

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

Shades of Mauve Taupe #A25A71

Tints of Mauve Taupe #A25A71

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.66%

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

R = 44.38%
G = 24.66%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A25A71 (or 0xA25A71) is known color: Mauve Taupe. HEX triplet: A2, 5A and 71. RGB value is (162,90,113). Sum of RGB (Red+Green+Blue) = 162+90+113=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A71 is #5DA58E. Grayscale: #727272. Windows color (decimal): -6137231 or 7428770. OLE color: 7428770.

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

Color convert

RGB 162 90 113 -
CMYK 0 0.44 0.30 0.36
HSL 340.83º 0.29% 0.49% -
HSV(B) 340.83º 0.44% 0.64% -
XYZ 21.54 16.19 17.61 -
YUV 114.15 127.35 162.13 -
System Red Green Blue C M Y K H S L
Decimal 162 90 113 0 0.44 0.30 0.36 340.83 0.29 0.49
Hex A2 5A 71 0 2C 1E 24 155 1D 31
Octal 242 132 161 0 54 36 44 525 35 61
Binary 10100010 1011010 1110001 0 101100 11110 100100 101010101 11101 110001

Color Harmonies of #A25A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25A71

Black with #A25A71

Text Example


Text Example

White with #A25A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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