#AB516D

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

Shades of Blush #AB516D

Tints of Blush #AB516D

Color information

#AB516D (or 0xAB516D) is unknown color: approx Blush. HEX triplet: AB, 51 and 6D. RGB value is (171,81,109). Sum of RGB (Red+Green+Blue) = 171+81+109=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB516D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB516D is #54AE92. Grayscale: #6F6F6F. Windows color (decimal): -5549715 or 7164331. OLE color: 7164331.

HSL color Cylindrical-coordinate representation of color #AB516D: hue angle of 341.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB516D is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB17181109-
CMYK00.530.360.33
HSL341.33º35.71%49.41%-
HSV(B)341.33º52.63%67.06%-
XYZ22.515.6516.3-
YUV111.1126.82170.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.37%
GREEN value IS 81 (32.03% from 255) = 22.44%
BLUE value IS 109 (42.97% from 255) = 30.19%
R=47.37%
G=22.44%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718110900.530.360.33341.3335.7149.41
HexAB516D03524211552431
Octal25312115506544415254461
Binary10101011101000111011010110101100100100001101010101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB516D; }

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

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

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

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

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

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

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

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