Html Css Color HEX #AD5F63 Blush

📋 copy color: '#AD5F63'

red 173 ◦ green 95 ◦ blue 99

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

Shades of Blush #AD5F63

Tints of Blush #AD5F63

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.89%

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

R = 47.14%
G = 25.89%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD5F63 (or 0xAD5F63) is known color: Blush. HEX triplet: AD, 5F and 63. RGB value is (173,95,99). Sum of RGB (Red+Green+Blue) = 173+95+99=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F63 is #52A09C. Grayscale: #767676. Windows color (decimal): -5415069 or 6512557. OLE color: 6512557.

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

Color convert

RGB 173 95 99 -
CMYK 0 0.45 0.43 0.32
HSL 356.92º 0.32% 0.53% -
HSV(B) 356.92º 0.45% 0.68% -
XYZ 23.58 17.97 14.03 -
YUV 118.78 116.84 166.67 -
System Red Green Blue C M Y K H S L
Decimal 173 95 99 0 0.45 0.43 0.32 356.92 0.32 0.53
Hex AD 5F 63 0 2D 2B 20 165 20 35
Octal 255 137 143 0 55 53 40 545 40 65
Binary 10101101 1011111 1100011 0 101101 101011 100000 101100101 100000 110101

Color Harmonies of #AD5F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F63

Black with #AD5F63

Text Example


Text Example

White with #AD5F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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