#A25672

Color #A25672 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #A25672

Tints of Mauve Taupe #A25672

Color information

#A25672 (or 0xA25672) is unknown color: approx Mauve Taupe. HEX triplet: A2, 56 and 72. RGB value is (162,86,114). Sum of RGB (Red+Green+Blue) = 162+86+114=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A25672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25672 is #5DA98D. Grayscale: #6F6F6F. Windows color (decimal): -6138254 or 7493282. OLE color: 7493282.

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

Color convert

RGB16286114-
CMYK00.470.300.36
HSL337.89º30.65%48.63%-
HSV(B)337.89º46.91%63.53%-
XYZ21.2715.5517.8-
YUV111.92129.18163.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.75%
GREEN value IS 86 (33.98% from 255) = 23.76%
BLUE value IS 114 (44.92% from 255) = 31.49%
R=44.75%
G=23.76%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628611400.470.300.36337.8930.6548.63
HexA2567202F1E241521f31
Octal24212616205736445223761
Binary101000101010110111001001011111111010010010101001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25672; }

 p { color: rgb(162,86,114); }

 H1.HeaderClassName
 {
   color: #A25672;
 }
 .AnyTagClassName
 {
   color: #A25672;
 }
</style>
background-color css

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

 a { background-color: rgb(162,86,114); }

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

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

 span { border-color: rgb(162,86,114); }

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