Html Css Color HEX #AD5163 Blush

📋 copy color: '#AD5163'

red 173 ◦ green 81 ◦ blue 99

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

Shades of Blush #AD5163

Tints of Blush #AD5163

RGB

 RED value IS 173 (67.97% from 255) = 49.01%

 GREEN value IS 81 (32.03% from 255) = 22.95%

 BLUE value IS 99 (39.06% from 255) = 28.05%

R = 49.01%
G = 22.95%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD5163 (or 0xAD5163) is known color: Blush. HEX triplet: AD, 51 and 63. RGB value is (173,81,99). Sum of RGB (Red+Green+Blue) = 173+81+99=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5163 is #52AE9C. Grayscale: #6E6E6E. Windows color (decimal): -5418653 or 6508973. OLE color: 6508973.

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

Color convert

RGB 173 81 99 -
CMYK 0 0.53 0.43 0.32
HSL 348.26º 0.36% 0.5% -
HSV(B) 348.26º 0.53% 0.68% -
XYZ 22.43 15.67 13.65 -
YUV 110.56 121.48 172.54 -
System Red Green Blue C M Y K H S L
Decimal 173 81 99 0 0.53 0.43 0.32 348.26 0.36 0.5
Hex AD 51 63 0 35 2B 20 15C 24 32
Octal 255 121 143 0 65 53 40 534 44 62
Binary 10101101 1010001 1100011 0 110101 101011 100000 101011100 100100 110010

Color Harmonies of #AD5163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5163

Black with #AD5163

Text Example


Text Example

White with #AD5163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5163; }

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

 H1.HeaderClassName
 {
   color: #AD5163;
 }
 .AnyTagClassName
 {
   color: #AD5163;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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