Html Css Color HEX #A25874 Mauve Taupe

📋 copy color: '#A25874'

red 162 ◦ green 88 ◦ blue 116

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

Shades of Mauve Taupe #A25874

Tints of Mauve Taupe #A25874

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.04%

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

R = 44.26%
G = 24.04%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A25874 (or 0xA25874) is known color: Mauve Taupe. HEX triplet: A2, 58 and 74. RGB value is (162,88,116). Sum of RGB (Red+Green+Blue) = 162+88+116=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A25874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25874 is #5DA78B. Grayscale: #717171. Windows color (decimal): -6137740 or 7624866. OLE color: 7624866.

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

Color convert

RGB 162 88 116 -
CMYK 0 0.46 0.28 0.36
HSL 337.3º 0.3% 0.49% -
HSV(B) 337.3º 0.46% 0.64% -
XYZ 21.54 15.92 18.46 -
YUV 113.32 129.52 162.72 -
System Red Green Blue C M Y K H S L
Decimal 162 88 116 0 0.46 0.28 0.36 337.3 0.3 0.49
Hex A2 58 74 0 2E 1C 24 151 1E 31
Octal 242 130 164 0 56 34 44 521 36 61
Binary 10100010 1011000 1110100 0 101110 11100 100100 101010001 11110 110001

Color Harmonies of #A25874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25874

Black with #A25874

Text Example


Text Example

White with #A25874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25874; }

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

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

background-color css

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

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

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

border-color css

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

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

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