Html Css Color HEX #AD5B72 Blush

📋 copy color: '#AD5B72'

red 173 ◦ green 91 ◦ blue 114

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

Shades of Blush #AD5B72

Tints of Blush #AD5B72

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.07%

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

R = 45.77%
G = 24.07%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD5B72 (or 0xAD5B72) is known color: Blush. HEX triplet: AD, 5B and 72. RGB value is (173,91,114). Sum of RGB (Red+Green+Blue) = 173+91+114=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5B72 is #52A48D. Grayscale: #767676. Windows color (decimal): -5416078 or 7494573. OLE color: 7494573.

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

Color convert

RGB 173 91 114 -
CMYK 0 0.47 0.34 0.32
HSL 343.17º 0.33% 0.52% -
HSV(B) 343.17º 0.47% 0.68% -
XYZ 24.01 17.58 18.05 -
YUV 118.14 125.67 167.13 -
System Red Green Blue C M Y K H S L
Decimal 173 91 114 0 0.47 0.34 0.32 343.17 0.33 0.52
Hex AD 5B 72 0 2F 22 20 157 21 34
Octal 255 133 162 0 57 42 40 527 41 64
Binary 10101101 1011011 1110010 0 101111 100010 100000 101010111 100001 110100

Color Harmonies of #AD5B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5B72

Black with #AD5B72

Text Example


Text Example

White with #AD5B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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