#AB5668

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

Shades of Blush #AB5668

Tints of Blush #AB5668

Color information

#AB5668 (or 0xAB5668) is unknown color: approx Blush. HEX triplet: AB, 56 and 68. RGB value is (171,86,104). Sum of RGB (Red+Green+Blue) = 171+86+104=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5668 is #54A997. Grayscale: #717171. Windows color (decimal): -5548440 or 6837931. OLE color: 6837931.

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

Color convert

RGB17186104-
CMYK00.500.390.33
HSL347.29º33.6%50.39%-
HSV(B)347.29º49.71%67.06%-
XYZ22.6216.3115.05-
YUV113.47122.66169.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.37%
GREEN value IS 86 (33.98% from 255) = 23.82%
BLUE value IS 104 (41.02% from 255) = 28.81%
R=47.37%
G=23.82%
B=28.81%

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
Decimal1718610400.500.390.33347.2933.650.39
HexAB5668032272115b2232
Octal25312615006247415334262
Binary10101011101011011010000110010100111100001101011011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5668; }

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

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

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

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

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

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

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

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