#AD5466

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

Shades of Blush #AD5466

Tints of Blush #AD5466

Color information

#AD5466 (or 0xAD5466) is unknown color: approx Blush. HEX triplet: AD, 54 and 66. RGB value is (173,84,102). Sum of RGB (Red+Green+Blue) = 173+84+102=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5466 is #52AB99. Grayscale: #707070. Windows color (decimal): -5417882 or 6706349. OLE color: 6706349.

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

Color convert

RGB17384102-
CMYK00.510.410.32
HSL347.87º35.18%50.39%-
HSV(B)347.87º51.45%67.84%-
XYZ22.816.1814.49-
YUV112.66121.99171.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.19%
GREEN value IS 84 (33.20% from 255) = 23.40%
BLUE value IS 102 (40.23% from 255) = 28.41%
R=48.19%
G=23.40%
B=28.41%

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
Decimal1738410200.510.410.32347.8735.1850.39
HexAD5466033292015c2332
Octal25512414606351405344362
Binary10101101101010011001100110011101001100000101011100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5466; }

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

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

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

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

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

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

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

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