#A25A6E

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

Shades of Mauve Taupe #A25A6E

Tints of Mauve Taupe #A25A6E

Color information

#A25A6E (or 0xA25A6E) is unknown color: approx Mauve Taupe. HEX triplet: A2, 5A and 6E. RGB value is (162,90,110). Sum of RGB (Red+Green+Blue) = 162+90+110=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A6E is #5DA591. Grayscale: #717171. Windows color (decimal): -6137234 or 7232162. OLE color: 7232162.

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

Color convert

RGB16290110-
CMYK00.440.320.36
HSL343.33º28.57%49.41%-
HSV(B)343.33º44.44%63.53%-
XYZ21.3716.1216.74-
YUV113.81125.85162.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.75%
GREEN value IS 90 (35.55% from 255) = 24.86%
BLUE value IS 110 (43.36% from 255) = 30.39%
R=44.75%
G=24.86%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629011000.440.320.36343.3328.5749.41
HexA25A6E02C20241571d31
Octal24213215605440445273561
Binary1010001010110101101110010110010000010010010101011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A6E; }

 p { color: rgb(162,90,110); }

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

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

 a { background-color: rgb(162,90,110); }

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

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

 span { border-color: rgb(162,90,110); }

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