#AB546D

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

Shades of Blush #AB546D

Tints of Blush #AB546D

Color information

#AB546D (or 0xAB546D) is unknown color: approx Blush. HEX triplet: AB, 54 and 6D. RGB value is (171,84,109). Sum of RGB (Red+Green+Blue) = 171+84+109=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB546D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB546D is #54AB92. Grayscale: #707070. Windows color (decimal): -5548947 or 7165099. OLE color: 7165099.

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

Color convert

RGB17184109-
CMYK00.510.360.33
HSL342.76º34.12%50%-
HSV(B)342.76º50.88%67.06%-
XYZ22.7316.116.38-
YUV112.86125.82169.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.98%
GREEN value IS 84 (33.20% from 255) = 23.08%
BLUE value IS 109 (42.97% from 255) = 29.95%
R=46.98%
G=23.08%
B=29.95%

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
Decimal1718410900.510.360.33342.7634.1250
HexAB546D03324211572232
Octal25312415506344415274262
Binary10101011101010011011010110011100100100001101010111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB546D; }

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

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

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

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

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

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

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

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