#AD5564

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

Shades of Blush #AD5564

Tints of Blush #AD5564

Color information

#AD5564 (or 0xAD5564) is unknown color: approx Blush. HEX triplet: AD, 55 and 64. RGB value is (173,85,100). Sum of RGB (Red+Green+Blue) = 173+85+100=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5564 is #52AA9B. Grayscale: #717171. Windows color (decimal): -5417628 or 6575533. OLE color: 6575533.

HSL color Cylindrical-coordinate representation of color #AD5564: hue angle of 349.77º 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 #AD5564 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB17385100-
CMYK00.510.420.32
HSL349.77º34.92%50.59%-
HSV(B)349.77º50.87%67.84%-
XYZ22.7816.314-
YUV113.02120.65170.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.32%
GREEN value IS 85 (33.59% from 255) = 23.74%
BLUE value IS 100 (39.45% from 255) = 27.93%
R=48.32%
G=23.74%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738510000.510.420.32349.7734.9250.59
HexAD55640332A2015e2333
Octal25512514406352405364363
Binary10101101101010111001000110011101010100000101011110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5564; }

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

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

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

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

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

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

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

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