#AD5566

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

Shades of Blush #AD5566

Tints of Blush #AD5566

Color information

#AD5566 (or 0xAD5566) is unknown color: approx Blush. HEX triplet: AD, 55 and 66. RGB value is (173,85,102). Sum of RGB (Red+Green+Blue) = 173+85+102=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5566 is #52AA99. Grayscale: #717171. Windows color (decimal): -5417626 or 6706605. OLE color: 6706605.

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

Color convert

RGB17385102-
CMYK00.510.410.32
HSL348.41º34.92%50.59%-
HSV(B)348.41º50.87%67.84%-
XYZ22.8816.3414.52-
YUV113.25121.65170.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.06%
GREEN value IS 85 (33.59% from 255) = 23.61%
BLUE value IS 102 (40.23% from 255) = 28.33%
R=48.06%
G=23.61%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738510200.510.410.32348.4134.9250.59
HexAD5566033292015c2333
Octal25512514606351405344363
Binary10101101101010111001100110011101001100000101011100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5566; }

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

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

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

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

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

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

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

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