#AB526C

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

Shades of Blush #AB526C

Tints of Blush #AB526C

Color information

#AB526C (or 0xAB526C) is unknown color: approx Blush. HEX triplet: AB, 52 and 6C. RGB value is (171,82,108). Sum of RGB (Red+Green+Blue) = 171+82+108=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB526C is #54AD93. Grayscale: #6F6F6F. Windows color (decimal): -5549460 or 7099051. OLE color: 7099051.

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

Color convert

RGB17182108-
CMYK00.520.370.33
HSL342.47º35.18%49.61%-
HSV(B)342.47º52.05%67.06%-
XYZ22.5215.7816.05-
YUV111.58125.99170.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.37%
GREEN value IS 82 (32.42% from 255) = 22.71%
BLUE value IS 108 (42.58% from 255) = 29.92%
R=47.37%
G=22.71%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718210800.520.370.33342.4735.1849.61
HexAB526C03425211562332
Octal25312215406445415264362
Binary10101011101001011011000110100100101100001101010110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB526C; }

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

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

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

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

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

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

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

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