Html Css Color HEX #AD516B Blush

📋 copy color: '#AD516B'

red 173 ◦ green 81 ◦ blue 107

#AD516B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blush #AD516B

Tints of Blush #AD516B

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 value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD516B (or 0xAD516B) is known color: 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

RGB 173 81 107 -
CMYK 0 0.53 0.38 0.32
HSL 343.04º 0.36% 0.5% -
HSV(B) 343.04º 0.53% 0.68% -
XYZ 22.83 15.83 15.76 -
YUV 111.47 125.48 171.89 -
System Red Green Blue C M Y K H S L
Decimal 173 81 107 0 0.53 0.38 0.32 343.04 0.36 0.5
Hex AD 51 6B 0 35 26 20 157 24 32
Octal 255 121 153 0 65 46 40 527 44 62
Binary 10101101 1010001 1101011 0 110101 100110 100000 101010111 100100 110010

Color Harmonies of #AD516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD516B

Black with #AD516B

Text Example


Text Example

White with #AD516B

Text Example


Text Example

HTML Codes & Css Web 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>