Html Css Color HEX #AD5972 Blush

📋 copy color: '#AD5972'

red 173 ◦ green 89 ◦ blue 114

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

Shades of Blush #AD5972

Tints of Blush #AD5972

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.67%

 BLUE value IS 114 (44.92% from 255) = 30.32%

R = 46.01%
G = 23.67%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD5972 (or 0xAD5972) is known color: Blush. HEX triplet: AD, 59 and 72. RGB value is (173,89,114). Sum of RGB (Red+Green+Blue) = 173+89+114=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5972 is #52A68D. Grayscale: #747474. Windows color (decimal): -5416590 or 7494061. OLE color: 7494061.

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

Color convert

RGB 173 89 114 -
CMYK 0 0.49 0.34 0.32
HSL 342.14º 0.34% 0.51% -
HSV(B) 342.14º 0.49% 0.68% -
XYZ 23.84 17.24 17.99 -
YUV 116.97 126.33 167.97 -
System Red Green Blue C M Y K H S L
Decimal 173 89 114 0 0.49 0.34 0.32 342.14 0.34 0.51
Hex AD 59 72 0 31 22 20 156 22 33
Octal 255 131 162 0 61 42 40 526 42 63
Binary 10101101 1011001 1110010 0 110001 100010 100000 101010110 100010 110011

Color Harmonies of #AD5972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5972

Black with #AD5972

Text Example


Text Example

White with #AD5972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5972; }

 p { color: rgb(173,89,114); }

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

background-color css

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

 a { background-color: rgb(173,89,114); }

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

border-color css

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

 span { border-color: rgb(173,89,114); }

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