#AB5466

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

Shades of Blush #AB5466

Tints of Blush #AB5466

Color information

#AB5466 (or 0xAB5466) is unknown color: approx Blush. HEX triplet: AB, 54 and 66. RGB value is (171,84,102). Sum of RGB (Red+Green+Blue) = 171+84+102=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5466 is #54AB99. Grayscale: #707070. Windows color (decimal): -5548954 or 6706347. OLE color: 6706347.

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

Color convert

RGB17184102-
CMYK00.510.400.33
HSL347.59º34.12%50%-
HSV(B)347.59º50.88%67.06%-
XYZ22.3615.9614.47-
YUV112.06122.32170.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.90%
GREEN value IS 84 (33.20% from 255) = 23.53%
BLUE value IS 102 (40.23% from 255) = 28.57%
R=47.90%
G=23.53%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718410200.510.400.33347.5934.1250
HexAB5466033282115c2232
Octal25312414606350415344262
Binary10101011101010011001100110011101000100001101011100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5466; }

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

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

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

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

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

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

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

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