#AD5463

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

Shades of Blush #AD5463

Tints of Blush #AD5463

Color information

#AD5463 (or 0xAD5463) is unknown color: approx Blush. HEX triplet: AD, 54 and 63. RGB value is (173,84,99). Sum of RGB (Red+Green+Blue) = 173+84+99=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5463 is #52AB9C. Grayscale: #707070. Windows color (decimal): -5417885 or 6509741. OLE color: 6509741.

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

Color convert

RGB1738499-
CMYK00.510.430.32
HSL349.89º35.18%50.39%-
HSV(B)349.89º51.45%67.84%-
XYZ22.6616.1313.72-
YUV112.32120.49171.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.60%
GREEN value IS 84 (33.20% from 255) = 23.60%
BLUE value IS 99 (39.06% from 255) = 27.81%
R=48.60%
G=23.60%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173849900.510.430.32349.8935.1850.39
HexAD54630332B2015e2332
Octal25512414306353405364362
Binary10101101101010011000110110011101011100000101011110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5463; }

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

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

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

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

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

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

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

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