#A25B6C

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

Shades of Mauve Taupe #A25B6C

Tints of Mauve Taupe #A25B6C

Color information

#A25B6C (or 0xA25B6C) is unknown color: approx Mauve Taupe. HEX triplet: A2, 5B and 6C. RGB value is (162,91,108). Sum of RGB (Red+Green+Blue) = 162+91+108=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25B6C is #5DA493. Grayscale: #727272. Windows color (decimal): -6136980 or 7101346. OLE color: 7101346.

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

Color convert

RGB16291108-
CMYK00.440.330.36
HSL345.63º28.06%49.61%-
HSV(B)345.63º43.83%63.53%-
XYZ21.3516.2516.2-
YUV114.17124.52162.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.88%
GREEN value IS 91 (35.94% from 255) = 25.21%
BLUE value IS 108 (42.58% from 255) = 29.92%
R=44.88%
G=25.21%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629110800.440.330.36345.6328.0649.61
HexA25B6C02C212415a1c32
Octal24213315405441445323462
Binary1010001010110111101100010110010000110010010101101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25B6C; }

 p { color: rgb(162,91,108); }

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

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

 a { background-color: rgb(162,91,108); }

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

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

 span { border-color: rgb(162,91,108); }

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