Html Css Color HEX #A25E73 Mauve Taupe

📋 copy color: '#A25E73'

red 162 ◦ green 94 ◦ blue 115

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

Shades of Mauve Taupe #A25E73

Tints of Mauve Taupe #A25E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31%

R = 43.67%
G = 25.34%
B = 31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A25E73 (or 0xA25E73) is known color: Mauve Taupe. HEX triplet: A2, 5E and 73. RGB value is (162,94,115). Sum of RGB (Red+Green+Blue) = 162+94+115=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E73 is #5DA18C. Grayscale: #747474. Windows color (decimal): -6136205 or 7560866. OLE color: 7560866.

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

Color convert

RGB 162 94 115 -
CMYK 0 0.42 0.29 0.36
HSL 341.47º 0.27% 0.5% -
HSV(B) 341.47º 0.42% 0.64% -
XYZ 22 16.92 18.33 -
YUV 116.73 127.03 160.29 -
System Red Green Blue C M Y K H S L
Decimal 162 94 115 0 0.42 0.29 0.36 341.47 0.27 0.5
Hex A2 5E 73 0 2A 1D 24 155 1B 32
Octal 242 136 163 0 52 35 44 525 33 62
Binary 10100010 1011110 1110011 0 101010 11101 100100 101010101 11011 110010

Color Harmonies of #A25E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25E73

Black with #A25E73

Text Example


Text Example

White with #A25E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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