Html Css Color HEX #A25E79 Mauve Taupe

📋 copy color: '#A25E79'

red 162 ◦ green 94 ◦ blue 121

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

Shades of Mauve Taupe #A25E79

Tints of Mauve Taupe #A25E79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.1%

R = 42.97%
G = 24.93%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A25E79 (or 0xA25E79) is known color: Mauve Taupe. HEX triplet: A2, 5E and 79. RGB value is (162,94,121). Sum of RGB (Red+Green+Blue) = 162+94+121=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E79 is #5DA186. Grayscale: #757575. Windows color (decimal): -6136199 or 7954082. OLE color: 7954082.

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

Color convert

RGB 162 94 121 -
CMYK 0 0.42 0.25 0.36
HSL 336.18º 0.27% 0.5% -
HSV(B) 336.18º 0.42% 0.64% -
XYZ 22.35 17.07 20.21 -
YUV 117.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 162 94 121 0 0.42 0.25 0.36 336.18 0.27 0.5
Hex A2 5E 79 0 2A 19 24 150 1B 32
Octal 242 136 171 0 52 31 44 520 33 62
Binary 10100010 1011110 1111001 0 101010 11001 100100 101010000 11011 110010

Color Harmonies of #A25E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25E79

Black with #A25E79

Text Example


Text Example

White with #A25E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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