Html Css Color HEX #AD5E71 Blush

📋 copy color: '#AD5E71'

red 173 ◦ green 94 ◦ blue 113

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

Shades of Blush #AD5E71

Tints of Blush #AD5E71

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.74%

 BLUE value IS 113 (44.53% from 255) = 29.74%

R = 45.53%
G = 24.74%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD5E71 (or 0xAD5E71) is known color: Blush. HEX triplet: AD, 5E and 71. RGB value is (173,94,113). Sum of RGB (Red+Green+Blue) = 173+94+113=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5E71 is #52A18E. Grayscale: #777777. Windows color (decimal): -5415311 or 7429805. OLE color: 7429805.

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

Color convert

RGB 173 94 113 -
CMYK 0 0.46 0.35 0.32
HSL 345.57º 0.33% 0.52% -
HSV(B) 345.57º 0.46% 0.68% -
XYZ 24.22 18.08 17.84 -
YUV 119.79 124.17 165.96 -
System Red Green Blue C M Y K H S L
Decimal 173 94 113 0 0.46 0.35 0.32 345.57 0.33 0.52
Hex AD 5E 71 0 2E 23 20 15A 21 34
Octal 255 136 161 0 56 43 40 532 41 64
Binary 10101101 1011110 1110001 0 101110 100011 100000 101011010 100001 110100

Color Harmonies of #AD5E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5E71

Black with #AD5E71

Text Example


Text Example

White with #AD5E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5E71; }

 p { color: rgb(173,94,113); }

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

background-color css

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

 a { background-color: rgb(173,94,113); }

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

border-color css

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

 span { border-color: rgb(173,94,113); }

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