Html Css Color HEX #A25E6D Mauve Taupe

📋 copy color: '#A25E6D'

red 162 ◦ green 94 ◦ blue 109

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

Shades of Mauve Taupe #A25E6D

Tints of Mauve Taupe #A25E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.86%

R = 44.38%
G = 25.75%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A25E6D (or 0xA25E6D) is known color: Mauve Taupe. HEX triplet: A2, 5E and 6D. RGB value is (162,94,109). Sum of RGB (Red+Green+Blue) = 162+94+109=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E6D is #5DA192. Grayscale: #747474. Windows color (decimal): -6136211 or 7167650. OLE color: 7167650.

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

Color convert

RGB 162 94 109 -
CMYK 0 0.42 0.33 0.36
HSL 346.76º 0.27% 0.5% -
HSV(B) 346.76º 0.42% 0.64% -
XYZ 21.66 16.79 16.57 -
YUV 116.04 124.03 160.78 -
System Red Green Blue C M Y K H S L
Decimal 162 94 109 0 0.42 0.33 0.36 346.76 0.27 0.5
Hex A2 5E 6D 0 2A 21 24 15B 1B 32
Octal 242 136 155 0 52 41 44 533 33 62
Binary 10100010 1011110 1101101 0 101010 100001 100100 101011011 11011 110010

Color Harmonies of #A25E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25E6D

Black with #A25E6D

Text Example


Text Example

White with #A25E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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