Html Css Color HEX #AD5860 Blush

📋 copy color: '#AD5860'

red 173 ◦ green 88 ◦ blue 96

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

Shades of Blush #AD5860

Tints of Blush #AD5860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.65%

 BLUE value IS 96 (37.89% from 255) = 26.89%

R = 48.46%
G = 24.65%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD5860 (or 0xAD5860) is known color: Blush. HEX triplet: AD, 58 and 60. RGB value is (173,88,96). Sum of RGB (Red+Green+Blue) = 173+88+96=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5860 is #52A79F. Grayscale: #727272. Windows color (decimal): -5416864 or 6314157. OLE color: 6314157.

HSL color Cylindrical-coordinate representation of color #AD5860: hue angle of 354.35º 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 #AD5860 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 88 96 -
CMYK 0 0.49 0.45 0.32
HSL 354.35º 0.34% 0.51% -
HSV(B) 354.35º 0.49% 0.68% -
XYZ 22.83 16.71 13.09 -
YUV 114.33 117.66 169.85 -
System Red Green Blue C M Y K H S L
Decimal 173 88 96 0 0.49 0.45 0.32 354.35 0.34 0.51
Hex AD 58 60 0 31 2D 20 162 22 33
Octal 255 130 140 0 61 55 40 542 42 63
Binary 10101101 1011000 1100000 0 110001 101101 100000 101100010 100010 110011

Color Harmonies of #AD5860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5860

Black with #AD5860

Text Example


Text Example

White with #AD5860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5860; }

 p { color: rgb(173,88,96); }

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

background-color css

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

 a { background-color: rgb(173,88,96); }

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

border-color css

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

 span { border-color: rgb(173,88,96); }

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