#A25F6C

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

Shades of Mauve Taupe #A25F6C

Tints of Mauve Taupe #A25F6C

Color information

#A25F6C (or 0xA25F6C) is unknown color: approx Mauve Taupe. HEX triplet: A2, 5F and 6C. RGB value is (162,95,108). Sum of RGB (Red+Green+Blue) = 162+95+108=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F6C is #5DA093. Grayscale: #747474. Windows color (decimal): -6135956 or 7102370. OLE color: 7102370.

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

Color convert

RGB16295108-
CMYK00.410.330.36
HSL348.36º26.48%50.39%-
HSV(B)348.36º41.36%63.53%-
XYZ21.716.9516.32-
YUV116.51123.2160.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 95 (37.5% from 255) = 26.03%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=44.38%
G=26.03%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629510800.410.330.36348.3626.4850.39
HexA25F6C029212415c1a32
Octal24213715405141445343262
Binary1010001010111111101100010100110000110010010101110011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25F6C; }

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

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

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

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

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

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

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

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