Html Css Color HEX #A25D74 Mauve Taupe

📋 copy color: '#A25D74'

red 162 ◦ green 93 ◦ blue 116

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

Shades of Mauve Taupe #A25D74

Tints of Mauve Taupe #A25D74

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.07%

 BLUE value IS 116 (45.7% from 255) = 31.27%

R = 43.67%
G = 25.07%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A25D74 (or 0xA25D74) is known color: Mauve Taupe. HEX triplet: A2, 5D and 74. RGB value is (162,93,116). Sum of RGB (Red+Green+Blue) = 162+93+116=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25D74 is #5DA28B. Grayscale: #747474. Windows color (decimal): -6136460 or 7626146. OLE color: 7626146.

HSL color Cylindrical-coordinate representation of color #A25D74: hue angle of 340º degrees, saturation: 0.27, 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 #A25D74 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 93 116 -
CMYK 0 0.43 0.28 0.36
HSL 340º 0.27% 0.5% -
HSV(B) 340º 0.43% 0.64% -
XYZ 21.97 16.77 18.6 -
YUV 116.25 127.86 160.63 -
System Red Green Blue C M Y K H S L
Decimal 162 93 116 0 0.43 0.28 0.36 340 0.27 0.5
Hex A2 5D 74 0 2B 1C 24 154 1B 32
Octal 242 135 164 0 53 34 44 524 33 62
Binary 10100010 1011101 1110100 0 101011 11100 100100 101010100 11011 110010

Color Harmonies of #A25D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25D74

Black with #A25D74

Text Example


Text Example

White with #A25D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25D74; }

 p { color: rgb(162,93,116); }

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

background-color css

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

 a { background-color: rgb(162,93,116); }

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

border-color css

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

 span { border-color: rgb(162,93,116); }

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