Html Css Color HEX #A25F70 Mauve Taupe

📋 copy color: '#A25F70'

red 162 ◦ green 95 ◦ blue 112

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

Shades of Mauve Taupe #A25F70

Tints of Mauve Taupe #A25F70

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.75%

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

R = 43.9%
G = 25.75%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A25F70 (or 0xA25F70) is known color: Mauve Taupe. HEX triplet: A2, 5F and 70. RGB value is (162,95,112). Sum of RGB (Red+Green+Blue) = 162+95+112=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F70 is #5DA08F. Grayscale: #747474. Windows color (decimal): -6135952 or 7364514. OLE color: 7364514.

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

Color convert

RGB 162 95 112 -
CMYK 0 0.41 0.31 0.36
HSL 344.78º 0.26% 0.5% -
HSV(B) 344.78º 0.41% 0.64% -
XYZ 21.92 17.04 17.46 -
YUV 116.97 125.2 160.12 -
System Red Green Blue C M Y K H S L
Decimal 162 95 112 0 0.41 0.31 0.36 344.78 0.26 0.5
Hex A2 5F 70 0 29 1F 24 159 1A 32
Octal 242 137 160 0 51 37 44 531 32 62
Binary 10100010 1011111 1110000 0 101001 11111 100100 101011001 11010 110010

Color Harmonies of #A25F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25F70

Black with #A25F70

Text Example


Text Example

White with #A25F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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