#A25B6F

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

Shades of Mauve Taupe #A25B6F

Tints of Mauve Taupe #A25B6F

Color information

#A25B6F (or 0xA25B6F) is unknown color: approx Mauve Taupe. HEX triplet: A2, 5B and 6F. RGB value is (162,91,111). Sum of RGB (Red+Green+Blue) = 162+91+111=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25B6F is #5DA490. Grayscale: #727272. Windows color (decimal): -6136977 or 7297954. OLE color: 7297954.

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

Color convert

RGB16291111-
CMYK00.440.310.36
HSL343.1º28.06%49.61%-
HSV(B)343.1º43.83%63.53%-
XYZ21.5116.3117.05-
YUV114.51126.02161.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.51%
GREEN value IS 91 (35.94% from 255) = 25%
BLUE value IS 111 (43.75% from 255) = 30.49%
R=44.51%
G=25%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629111100.440.310.36343.128.0649.61
HexA25B6F02C1F241571c32
Octal24213315705437445273462
Binary101000101011011110111101011001111110010010101011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25B6F; }

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

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

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

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

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

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

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

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