#AD5963

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

Shades of Blush #AD5963

Tints of Blush #AD5963

Color information

#AD5963 (or 0xAD5963) is unknown color: approx Blush. HEX triplet: AD, 59 and 63. RGB value is (173,89,99). Sum of RGB (Red+Green+Blue) = 173+89+99=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5963 is #52A69C. Grayscale: #737373. Windows color (decimal): -5416605 or 6511021. OLE color: 6511021.

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

Color convert

RGB1738999-
CMYK00.490.430.32
HSL352.86º33.87%51.37%-
HSV(B)352.86º48.55%67.84%-
XYZ23.0616.9313.86-
YUV115.26118.83169.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.92%
GREEN value IS 89 (35.16% from 255) = 24.65%
BLUE value IS 99 (39.06% from 255) = 27.42%
R=47.92%
G=24.65%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173899900.490.430.32352.8633.8751.37
HexAD59630312B201612233
Octal25513114306153405414263
Binary10101101101100111000110110001101011100000101100001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5963; }

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

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

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

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

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

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

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

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