#AB5869

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

Shades of Blush #AB5869

Tints of Blush #AB5869

Color information

#AB5869 (or 0xAB5869) is unknown color: approx Blush. HEX triplet: AB, 58 and 69. RGB value is (171,88,105). Sum of RGB (Red+Green+Blue) = 171+88+105=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5869 is #54A796. Grayscale: #727272. Windows color (decimal): -5547927 or 6903979. OLE color: 6903979.

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

Color convert

RGB17188105-
CMYK00.490.390.33
HSL347.71º33.07%50.78%-
HSV(B)347.71º48.54%67.06%-
XYZ22.8316.6615.38-
YUV114.76122.5168.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.98%
GREEN value IS 88 (34.77% from 255) = 24.18%
BLUE value IS 105 (41.41% from 255) = 28.85%
R=46.98%
G=24.18%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718810500.490.390.33347.7133.0750.78
HexAB5869031272115c2133
Octal25313015106147415344163
Binary10101011101100011010010110001100111100001101011100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5869; }

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

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

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

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

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

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

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

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