#AB5E68

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

Shades of Blush #AB5E68

Tints of Blush #AB5E68

Color information

#AB5E68 (or 0xAB5E68) is unknown color: approx Blush. HEX triplet: AB, 5E and 68. RGB value is (171,94,104). Sum of RGB (Red+Green+Blue) = 171+94+104=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5E68 is #54A197. Grayscale: #767676. Windows color (decimal): -5546392 or 6839979. OLE color: 6839979.

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

Color convert

RGB17194104-
CMYK00.450.390.33
HSL352.21º31.43%51.96%-
HSV(B)352.21º45.03%67.06%-
XYZ23.317.6615.28-
YUV118.16120.01165.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.34%
GREEN value IS 94 (37.11% from 255) = 25.47%
BLUE value IS 104 (41.02% from 255) = 28.18%
R=46.34%
G=25.47%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719410400.450.390.33352.2131.4351.96
HexAB5E6802D27211601f34
Octal25313615005547415403764
Binary1010101110111101101000010110110011110000110110000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5E68; }

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

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

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

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

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

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

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

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