Html Css Color HEX #A25876 Mauve Taupe

📋 copy color: '#A25876'

red 162 ◦ green 88 ◦ blue 118

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

Shades of Mauve Taupe #A25876

Tints of Mauve Taupe #A25876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.07%

R = 44.02%
G = 23.91%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A25876 (or 0xA25876) is known color: Mauve Taupe. HEX triplet: A2, 58 and 76. RGB value is (162,88,118). Sum of RGB (Red+Green+Blue) = 162+88+118=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A25876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25876 is #5DA789. Grayscale: #717171. Windows color (decimal): -6137738 or 7755938. OLE color: 7755938.

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

Color convert

RGB 162 88 118 -
CMYK 0 0.46 0.27 0.36
HSL 335.68º 0.3% 0.49% -
HSV(B) 335.68º 0.46% 0.64% -
XYZ 21.66 15.97 19.08 -
YUV 113.55 130.52 162.56 -
System Red Green Blue C M Y K H S L
Decimal 162 88 118 0 0.46 0.27 0.36 335.68 0.3 0.49
Hex A2 58 76 0 2E 1B 24 150 1E 31
Octal 242 130 166 0 56 33 44 520 36 61
Binary 10100010 1011000 1110110 0 101110 11011 100100 101010000 11110 110001

Color Harmonies of #A25876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25876

Black with #A25876

Text Example


Text Example

White with #A25876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25876; }

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

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

background-color css

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

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

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

border-color css

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

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

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