Html Css Color HEX #A25873 Mauve Taupe

📋 copy color: '#A25873'

red 162 ◦ green 88 ◦ blue 115

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

Shades of Mauve Taupe #A25873

Tints of Mauve Taupe #A25873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.51%

R = 44.38%
G = 24.11%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A25873 (or 0xA25873) is known color: Mauve Taupe. HEX triplet: A2, 58 and 73. RGB value is (162,88,115). Sum of RGB (Red+Green+Blue) = 162+88+115=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A25873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25873 is #5DA78C. Grayscale: #717171. Windows color (decimal): -6137741 or 7559330. OLE color: 7559330.

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

Color convert

RGB 162 88 115 -
CMYK 0 0.46 0.29 0.36
HSL 338.11º 0.3% 0.49% -
HSV(B) 338.11º 0.46% 0.64% -
XYZ 21.48 15.9 18.16 -
YUV 113.2 129.02 162.8 -
System Red Green Blue C M Y K H S L
Decimal 162 88 115 0 0.46 0.29 0.36 338.11 0.3 0.49
Hex A2 58 73 0 2E 1D 24 152 1E 31
Octal 242 130 163 0 56 35 44 522 36 61
Binary 10100010 1011000 1110011 0 101110 11101 100100 101010010 11110 110001

Color Harmonies of #A25873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25873

Black with #A25873

Text Example


Text Example

White with #A25873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25873; }

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

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

background-color css

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

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

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

border-color css

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

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

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