#AB5266

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

Shades of Blush #AB5266

Tints of Blush #AB5266

Color information

#AB5266 (or 0xAB5266) is unknown color: approx Blush. HEX triplet: AB, 52 and 66. RGB value is (171,82,102). Sum of RGB (Red+Green+Blue) = 171+82+102=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5266 is #54AD99. Grayscale: #6E6E6E. Windows color (decimal): -5549466 or 6705835. OLE color: 6705835.

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

Color convert

RGB17182102-
CMYK00.520.400.33
HSL346.52º35.18%49.61%-
HSV(B)346.52º52.05%67.06%-
XYZ22.2115.6514.42-
YUV110.89122.99170.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.17%
GREEN value IS 82 (32.42% from 255) = 23.10%
BLUE value IS 102 (40.23% from 255) = 28.73%
R=48.17%
G=23.10%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718210200.520.400.33346.5235.1849.61
HexAB5266034282115b2332
Octal25312214606450415334362
Binary10101011101001011001100110100101000100001101011011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5266; }

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

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

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

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

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

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

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

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