#AD516B

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

Shades of Blush #AD516B

Tints of Blush #AD516B

Color information

#AD516B (or 0xAD516B) is unknown color: approx Blush. HEX triplet: AD, 51 and 6B. RGB value is (173,81,107). Sum of RGB (Red+Green+Blue) = 173+81+107=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD516B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD516B is #52AE94. Grayscale: #6F6F6F. Windows color (decimal): -5418645 or 7033261. OLE color: 7033261.

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

Color convert

RGB17381107-
CMYK00.530.380.32
HSL343.04º36.22%49.8%-
HSV(B)343.04º53.18%67.84%-
XYZ22.8315.8315.76-
YUV111.47125.48171.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.92%
GREEN value IS 81 (32.03% from 255) = 22.44%
BLUE value IS 107 (42.19% from 255) = 29.64%
R=47.92%
G=22.44%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738110700.530.380.32343.0436.2249.8
HexAD516B03526201572432
Octal25512115306546405274462
Binary10101101101000111010110110101100110100000101010111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD516B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD516B; }

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

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

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

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

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

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

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

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