#AB586E

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

Shades of Blush #AB586E

Tints of Blush #AB586E

Color information

#AB586E (or 0xAB586E) is unknown color: approx Blush. HEX triplet: AB, 58 and 6E. RGB value is (171,88,110). Sum of RGB (Red+Green+Blue) = 171+88+110=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB586E is #54A791. Grayscale: #737373. Windows color (decimal): -5547922 or 7231659. OLE color: 7231659.

HSL color Cylindrical-coordinate representation of color #AB586E: hue angle of 344.1º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB586E is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB17188110-
CMYK00.490.360.33
HSL344.1º33.07%50.78%-
HSV(B)344.1º48.54%67.06%-
XYZ23.116.7616.77-
YUV115.32125167.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.34%
GREEN value IS 88 (34.77% from 255) = 23.85%
BLUE value IS 110 (43.36% from 255) = 29.81%
R=46.34%
G=23.85%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718811000.490.360.33344.133.0750.78
HexAB586E03124211582133
Octal25313015606144415304163
Binary10101011101100011011100110001100100100001101011000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB586E; }

 p { color: rgb(171,88,110); }

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

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

 a { background-color: rgb(171,88,110); }

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

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

 span { border-color: rgb(171,88,110); }

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