#AB566A

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

Shades of Blush #AB566A

Tints of Blush #AB566A

Color information

#AB566A (or 0xAB566A) is unknown color: approx Blush. HEX triplet: AB, 56 and 6A. RGB value is (171,86,106). Sum of RGB (Red+Green+Blue) = 171+86+106=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB566A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB566A is #54A995. Grayscale: #717171. Windows color (decimal): -5548438 or 6969003. OLE color: 6969003.

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

Color convert

RGB17186106-
CMYK00.500.380.33
HSL345.88º33.6%50.39%-
HSV(B)345.88º49.71%67.06%-
XYZ22.7216.3515.59-
YUV113.7123.66168.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.11%
GREEN value IS 86 (33.98% from 255) = 23.69%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=47.11%
G=23.69%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718610600.500.380.33345.8833.650.39
HexAB566A032262115a2232
Octal25312615206246415324262
Binary10101011101011011010100110010100110100001101011010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB566A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB566A; }

 p { color: rgb(171,86,106); }

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

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

 a { background-color: rgb(171,86,106); }

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

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

 span { border-color: rgb(171,86,106); }

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