#AB566D

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

Shades of Blush #AB566D

Tints of Blush #AB566D

Color information

#AB566D (or 0xAB566D) is unknown color: approx Blush. HEX triplet: AB, 56 and 6D. RGB value is (171,86,109). Sum of RGB (Red+Green+Blue) = 171+86+109=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB566D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB566D is #54A992. Grayscale: #727272. Windows color (decimal): -5548435 or 7165611. OLE color: 7165611.

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

Color convert

RGB17186109-
CMYK00.500.360.33
HSL343.76º33.6%50.39%-
HSV(B)343.76º49.71%67.06%-
XYZ22.8816.4216.43-
YUV114.04125.16168.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.72%
GREEN value IS 86 (33.98% from 255) = 23.50%
BLUE value IS 109 (42.97% from 255) = 29.78%
R=46.72%
G=23.50%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718610900.500.360.33343.7633.650.39
HexAB566D03224211582232
Octal25312615506244415304262
Binary10101011101011011011010110010100100100001101011000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB566D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB566D; }

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

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

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

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

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

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

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

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