#AB536E

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

Shades of Blush #AB536E

Tints of Blush #AB536E

Color information

#AB536E (or 0xAB536E) is unknown color: approx Blush. HEX triplet: AB, 53 and 6E. RGB value is (171,83,110). Sum of RGB (Red+Green+Blue) = 171+83+110=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB536E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB536E is #54AC91. Grayscale: #707070. Windows color (decimal): -5549202 or 7230379. OLE color: 7230379.

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

Color convert

RGB17183110-
CMYK00.510.360.33
HSL341.59º34.65%49.8%-
HSV(B)341.59º51.46%67.06%-
XYZ22.715.9716.64-
YUV112.39126.65169.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.98%
GREEN value IS 83 (32.81% from 255) = 22.80%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=46.98%
G=22.80%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718311000.510.360.33341.5934.6549.8
HexAB536E03324211562332
Octal25312315606344415264362
Binary10101011101001111011100110011100100100001101010110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB536E; }

 p { color: rgb(171,83,110); }

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

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

 a { background-color: rgb(171,83,110); }

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

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

 span { border-color: rgb(171,83,110); }

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