#AD556B

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

Shades of Blush #AD556B

Tints of Blush #AD556B

Color information

#AD556B (or 0xAD556B) is unknown color: approx Blush. HEX triplet: AD, 55 and 6B. RGB value is (173,85,107). Sum of RGB (Red+Green+Blue) = 173+85+107=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD556B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD556B is #52AA94. Grayscale: #717171. Windows color (decimal): -5417621 or 7034285. OLE color: 7034285.

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

Color convert

RGB17385107-
CMYK00.510.380.32
HSL345º34.92%50.59%-
HSV(B)345º50.87%67.84%-
XYZ23.1416.4415.86-
YUV113.82124.15170.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.40%
GREEN value IS 85 (33.59% from 255) = 23.29%
BLUE value IS 107 (42.19% from 255) = 29.32%
R=47.40%
G=23.29%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738510700.510.380.3234534.9250.59
HexAD556B03326201592333
Octal25512515306346405314363
Binary10101101101010111010110110011100110100000101011001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD556B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD556B; }

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

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

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

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

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

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

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

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