#AD566B

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

Shades of Blush #AD566B

Tints of Blush #AD566B

Color information

#AD566B (or 0xAD566B) is unknown color: approx Blush. HEX triplet: AD, 56 and 6B. RGB value is (173,86,107). Sum of RGB (Red+Green+Blue) = 173+86+107=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD566B is #52A994. Grayscale: #727272. Windows color (decimal): -5417365 or 7034541. OLE color: 7034541.

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

Color convert

RGB17386107-
CMYK00.500.380.32
HSL345.52º34.66%50.78%-
HSV(B)345.52º50.29%67.84%-
XYZ23.2216.615.89-
YUV114.41123.82169.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.27%
GREEN value IS 86 (33.98% from 255) = 23.50%
BLUE value IS 107 (42.19% from 255) = 29.23%
R=47.27%
G=23.50%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738610700.500.380.32345.5234.6650.78
HexAD566B032262015a2333
Octal25512615306246405324363
Binary10101101101011011010110110010100110100000101011010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD566B; }

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

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

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

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

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

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

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

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