#AD5366

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

Shades of Blush #AD5366

Tints of Blush #AD5366

Color information

#AD5366 (or 0xAD5366) is unknown color: approx Blush. HEX triplet: AD, 53 and 66. RGB value is (173,83,102). Sum of RGB (Red+Green+Blue) = 173+83+102=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5366 is #52AC99. Grayscale: #707070. Windows color (decimal): -5418138 or 6706093. OLE color: 6706093.

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

Color convert

RGB17383102-
CMYK00.520.410.32
HSL347.33º35.43%50.2%-
HSV(B)347.33º52.02%67.84%-
XYZ22.7316.0314.47-
YUV112.08122.32171.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.32%
GREEN value IS 83 (32.81% from 255) = 23.18%
BLUE value IS 102 (40.23% from 255) = 28.49%
R=48.32%
G=23.18%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738310200.520.410.32347.3335.4350.2
HexAD5366034292015b2332
Octal25512314606451405334362
Binary10101101101001111001100110100101001100000101011011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5366; }

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

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

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

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

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

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

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

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