Html Css Color HEX #A25A70 Mauve Taupe

📋 copy color: '#A25A70'

red 162 ◦ green 90 ◦ blue 112

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

Shades of Mauve Taupe #A25A70

Tints of Mauve Taupe #A25A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.77%

R = 44.51%
G = 24.73%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A25A70 (or 0xA25A70) is known color: Mauve Taupe. HEX triplet: A2, 5A and 70. RGB value is (162,90,112). Sum of RGB (Red+Green+Blue) = 162+90+112=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A70 is #5DA58F. Grayscale: #727272. Windows color (decimal): -6137232 or 7363234. OLE color: 7363234.

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

Color convert

RGB 162 90 112 -
CMYK 0 0.44 0.31 0.36
HSL 341.67º 0.29% 0.49% -
HSV(B) 341.67º 0.44% 0.64% -
XYZ 21.48 16.16 17.32 -
YUV 114.04 126.85 162.21 -
System Red Green Blue C M Y K H S L
Decimal 162 90 112 0 0.44 0.31 0.36 341.67 0.29 0.49
Hex A2 5A 70 0 2C 1F 24 156 1D 31
Octal 242 132 160 0 54 37 44 526 35 61
Binary 10100010 1011010 1110000 0 101100 11111 100100 101010110 11101 110001

Color Harmonies of #A25A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25A70

Black with #A25A70

Text Example


Text Example

White with #A25A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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