#AB5268

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

Shades of Blush #AB5268

Tints of Blush #AB5268

Color information

#AB5268 (or 0xAB5268) is unknown color: approx Blush. HEX triplet: AB, 52 and 68. RGB value is (171,82,104). Sum of RGB (Red+Green+Blue) = 171+82+104=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5268 is #54AD97. Grayscale: #6F6F6F. Windows color (decimal): -5549464 or 6836907. OLE color: 6836907.

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

Color convert

RGB17182104-
CMYK00.520.390.33
HSL345.17º35.18%49.61%-
HSV(B)345.17º52.05%67.06%-
XYZ22.3115.6914.95-
YUV111.12123.99170.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.90%
GREEN value IS 82 (32.42% from 255) = 22.97%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=47.90%
G=22.97%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718210400.520.390.33345.1735.1849.61
HexAB526803427211592332
Octal25312215006447415314362
Binary10101011101001011010000110100100111100001101011001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5268; }

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

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

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

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

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

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

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

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