#AD556F

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

Shades of Blush #AD556F

Tints of Blush #AD556F

Color information

#AD556F (or 0xAD556F) is unknown color: approx Blush. HEX triplet: AD, 55 and 6F. RGB value is (173,85,111). Sum of RGB (Red+Green+Blue) = 173+85+111=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD556F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD556F is #52AA90. Grayscale: #727272. Windows color (decimal): -5417617 or 7296429. OLE color: 7296429.

HSL color Cylindrical-coordinate representation of color #AD556F: hue angle of 342.27º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD556F is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB17385111-
CMYK00.510.360.32
HSL342.27º34.92%50.59%-
HSV(B)342.27º50.87%67.84%-
XYZ23.3516.5317-
YUV114.28126.15169.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.88%
GREEN value IS 85 (33.59% from 255) = 23.04%
BLUE value IS 111 (43.75% from 255) = 30.08%
R=46.88%
G=23.04%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738511100.510.360.32342.2734.9250.59
HexAD556F03324201562333
Octal25512515706344405264363
Binary10101101101010111011110110011100100100000101010110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD556F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD556F; }

 p { color: rgb(173,85,111); }

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

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

 a { background-color: rgb(173,85,111); }

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

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

 span { border-color: rgb(173,85,111); }

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