Html Css Color HEX #A25E72 Mauve Taupe

📋 copy color: '#A25E72'

red 162 ◦ green 94 ◦ blue 114

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

Shades of Mauve Taupe #A25E72

Tints of Mauve Taupe #A25E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.81%

R = 43.78%
G = 25.41%
B = 30.81%

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

#A25E72 (or 0xA25E72) is known color: Mauve Taupe. HEX triplet: A2, 5E and 72. RGB value is (162,94,114). Sum of RGB (Red+Green+Blue) = 162+94+114=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E72 is #5DA18D. Grayscale: #747474. Windows color (decimal): -6136206 or 7495330. OLE color: 7495330.

HSL color Cylindrical-coordinate representation of color #A25E72: hue angle of 342.35º 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 #A25E72 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 94 114 -
CMYK 0 0.42 0.30 0.36
HSL 342.35º 0.27% 0.5% -
HSV(B) 342.35º 0.42% 0.64% -
XYZ 21.94 16.9 18.03 -
YUV 116.61 126.53 160.37 -
System Red Green Blue C M Y K H S L
Decimal 162 94 114 0 0.42 0.30 0.36 342.35 0.27 0.5
Hex A2 5E 72 0 2A 1E 24 156 1B 32
Octal 242 136 162 0 52 36 44 526 33 62
Binary 10100010 1011110 1110010 0 101010 11110 100100 101010110 11011 110010

Color Harmonies of #A25E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25E72

Black with #A25E72

Text Example


Text Example

White with #A25E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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