#AB526D

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

Shades of Blush #AB526D

Tints of Blush #AB526D

Color information

#AB526D (or 0xAB526D) is unknown color: approx Blush. HEX triplet: AB, 52 and 6D. RGB value is (171,82,109). Sum of RGB (Red+Green+Blue) = 171+82+109=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB526D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB526D is #54AD92. Grayscale: #6F6F6F. Windows color (decimal): -5549459 or 7164587. OLE color: 7164587.

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

Color convert

RGB17182109-
CMYK00.520.360.33
HSL341.8º35.18%49.61%-
HSV(B)341.8º52.05%67.06%-
XYZ22.5715.816.33-
YUV111.69126.49170.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.24%
GREEN value IS 82 (32.42% from 255) = 22.65%
BLUE value IS 109 (42.97% from 255) = 30.11%
R=47.24%
G=22.65%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718210900.520.360.33341.835.1849.61
HexAB526D03424211562332
Octal25312215506444415264362
Binary10101011101001011011010110100100100100001101010110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB526D; }

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

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

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

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

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

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

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

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