#AB566E

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

Shades of Blush #AB566E

Tints of Blush #AB566E

Color information

#AB566E (or 0xAB566E) is unknown color: approx Blush. HEX triplet: AB, 56 and 6E. RGB value is (171,86,110). Sum of RGB (Red+Green+Blue) = 171+86+110=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB566E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB566E is #54A991. Grayscale: #727272. Windows color (decimal): -5548434 or 7231147. OLE color: 7231147.

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

Color convert

RGB17186110-
CMYK00.500.360.33
HSL343.06º33.6%50.39%-
HSV(B)343.06º49.71%67.06%-
XYZ22.9416.4416.72-
YUV114.15125.66168.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.59%
GREEN value IS 86 (33.98% from 255) = 23.43%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=46.59%
G=23.43%
B=29.97%

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
Decimal1718611000.500.360.33343.0633.650.39
HexAB566E03224211572232
Octal25312615606244415274262
Binary10101011101011011011100110010100100100001101010111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB566E; }

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

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

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

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

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

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

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

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