#AD516A

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

Shades of Blush #AD516A

Tints of Blush #AD516A

Color information

#AD516A (or 0xAD516A) is unknown color: approx Blush. HEX triplet: AD, 51 and 6A. RGB value is (173,81,106). Sum of RGB (Red+Green+Blue) = 173+81+106=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD516A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD516A is #52AE95. Grayscale: #6F6F6F. Windows color (decimal): -5418646 or 6967725. OLE color: 6967725.

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

Color convert

RGB17381106-
CMYK00.530.390.32
HSL343.7º36.22%49.8%-
HSV(B)343.7º53.18%67.84%-
XYZ22.7815.8115.49-
YUV111.36124.98171.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.06%
GREEN value IS 81 (32.03% from 255) = 22.5%
BLUE value IS 106 (41.80% from 255) = 29.44%
R=48.06%
G=22.5%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738110600.530.390.32343.736.2249.8
HexAD516A03527201582432
Octal25512115206547405304462
Binary10101101101000111010100110101100111100000101011000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD516A; }

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

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

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

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

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

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

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

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