#AB586B

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

Shades of Blush #AB586B

Tints of Blush #AB586B

Color information

#AB586B (or 0xAB586B) is unknown color: approx Blush. HEX triplet: AB, 58 and 6B. RGB value is (171,88,107). Sum of RGB (Red+Green+Blue) = 171+88+107=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB586B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB586B is #54A794. Grayscale: #727272. Windows color (decimal): -5547925 or 7035051. OLE color: 7035051.

HSL color Cylindrical-coordinate representation of color #AB586B: hue angle of 346.27º 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 #AB586B is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB17188107-
CMYK00.490.370.33
HSL346.27º33.07%50.78%-
HSV(B)346.27º48.54%67.06%-
XYZ22.9416.715.92-
YUV114.98123.5167.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.72%
GREEN value IS 88 (34.77% from 255) = 24.04%
BLUE value IS 107 (42.19% from 255) = 29.23%
R=46.72%
G=24.04%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718810700.490.370.33346.2733.0750.78
HexAB586B031252115a2133
Octal25313015306145415324163
Binary10101011101100011010110110001100101100001101011010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB586B; }

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

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

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

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

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

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

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

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