#AD5663

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

Shades of Blush #AD5663

Tints of Blush #AD5663

Color information

#AD5663 (or 0xAD5663) is unknown color: approx Blush. HEX triplet: AD, 56 and 63. RGB value is (173,86,99). Sum of RGB (Red+Green+Blue) = 173+86+99=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5663 is #52A99C. Grayscale: #717171. Windows color (decimal): -5417373 or 6510253. OLE color: 6510253.

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

Color convert

RGB1738699-
CMYK00.500.430.32
HSL351.03º34.66%50.78%-
HSV(B)351.03º50.29%67.84%-
XYZ22.8116.4413.78-
YUV113.5119.82170.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.32%
GREEN value IS 86 (33.98% from 255) = 24.02%
BLUE value IS 99 (39.06% from 255) = 27.65%
R=48.32%
G=24.02%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173869900.500.430.32351.0334.6650.78
HexAD56630322B2015f2333
Octal25512614306253405374363
Binary10101101101011011000110110010101011100000101011111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5663; }

 p { color: rgb(173,86,99); }

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

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

 a { background-color: rgb(173,86,99); }

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

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

 span { border-color: rgb(173,86,99); }

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