#AB4D66

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

Shades of Blush #AB4D66

Tints of Blush #AB4D66

Color information

#AB4D66 (or 0xAB4D66) is unknown color: approx Blush. HEX triplet: AB, 4D and 66. RGB value is (171,77,102). Sum of RGB (Red+Green+Blue) = 171+77+102=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB4D66 is #54B299. Grayscale: #6B6B6B. Windows color (decimal): -5550746 or 6704555. OLE color: 6704555.

HSL color Cylindrical-coordinate representation of color #AB4D66: hue angle of 344.04º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB4D66 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB17177102-
CMYK00.550.400.33
HSL344.04º37.9%48.63%-
HSV(B)344.04º54.97%67.06%-
XYZ21.8514.9214.3-
YUV107.96124.64172.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.86%
GREEN value IS 77 (30.47% from 255) = 22%
BLUE value IS 102 (40.23% from 255) = 29.14%
R=48.86%
G=22%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717710200.550.400.33344.0437.948.63
HexAB4D6603728211582631
Octal25311514606750415304661
Binary10101011100110111001100110111101000100001101011000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4D66; }

 p { color: rgb(171,77,102); }

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

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

 a { background-color: rgb(171,77,102); }

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

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

 span { border-color: rgb(171,77,102); }

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