Html Css Color HEX #A25C72 Mauve Taupe

📋 copy color: '#A25C72'

red 162 ◦ green 92 ◦ blue 114

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

Shades of Mauve Taupe #A25C72

Tints of Mauve Taupe #A25C72

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25%

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

R = 44.02%
G = 25%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A25C72 (or 0xA25C72) is known color: Mauve Taupe. HEX triplet: A2, 5C and 72. RGB value is (162,92,114). Sum of RGB (Red+Green+Blue) = 162+92+114=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25C72 is #5DA38D. Grayscale: #737373. Windows color (decimal): -6136718 or 7494818. OLE color: 7494818.

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

Color convert

RGB 162 92 114 -
CMYK 0 0.43 0.30 0.36
HSL 341.14º 0.28% 0.5% -
HSV(B) 341.14º 0.43% 0.64% -
XYZ 21.76 16.55 17.97 -
YUV 115.44 127.19 161.21 -
System Red Green Blue C M Y K H S L
Decimal 162 92 114 0 0.43 0.30 0.36 341.14 0.28 0.5
Hex A2 5C 72 0 2B 1E 24 155 1C 32
Octal 242 134 162 0 53 36 44 525 34 62
Binary 10100010 1011100 1110010 0 101011 11110 100100 101010101 11100 110010

Color Harmonies of #A25C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25C72

Black with #A25C72

Text Example


Text Example

White with #A25C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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