Html Css Color HEX #AD5A72 Blush

📋 copy color: '#AD5A72'

red 173 ◦ green 90 ◦ blue 114

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

Shades of Blush #AD5A72

Tints of Blush #AD5A72

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.87%

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

R = 45.89%
G = 23.87%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD5A72 (or 0xAD5A72) is known color: Blush. HEX triplet: AD, 5A and 72. RGB value is (173,90,114). Sum of RGB (Red+Green+Blue) = 173+90+114=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5A72 is #52A58D. Grayscale: #757575. Windows color (decimal): -5416334 or 7494317. OLE color: 7494317.

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

Color convert

RGB 173 90 114 -
CMYK 0 0.48 0.34 0.32
HSL 342.65º 0.34% 0.52% -
HSV(B) 342.65º 0.48% 0.68% -
XYZ 23.93 17.41 18.02 -
YUV 117.55 126 167.55 -
System Red Green Blue C M Y K H S L
Decimal 173 90 114 0 0.48 0.34 0.32 342.65 0.34 0.52
Hex AD 5A 72 0 30 22 20 157 22 34
Octal 255 132 162 0 60 42 40 527 42 64
Binary 10101101 1011010 1110010 0 110000 100010 100000 101010111 100010 110100

Color Harmonies of #AD5A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A72

Black with #AD5A72

Text Example


Text Example

White with #AD5A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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