#AB5569

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

Shades of Blush #AB5569

Tints of Blush #AB5569

Color information

#AB5569 (or 0xAB5569) is unknown color: approx Blush. HEX triplet: AB, 55 and 69. RGB value is (171,85,105). Sum of RGB (Red+Green+Blue) = 171+85+105=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5569 is #54AA96. Grayscale: #707070. Windows color (decimal): -5548695 or 6903211. OLE color: 6903211.

HSL color Cylindrical-coordinate representation of color #AB5569: hue angle of 346.05º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB5569 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB17185105-
CMYK00.500.390.33
HSL346.05º33.86%50.2%-
HSV(B)346.05º50.29%67.06%-
XYZ22.5916.1715.3-
YUV112.99123.49169.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.37%
GREEN value IS 85 (33.59% from 255) = 23.55%
BLUE value IS 105 (41.41% from 255) = 29.09%
R=47.37%
G=23.55%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718510500.500.390.33346.0533.8650.2
HexAB5569032272115a2232
Octal25312515106247415324262
Binary10101011101010111010010110010100111100001101011010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5569; }

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

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

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

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

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

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

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

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