Html Css Color HEX #AD5960 Blush

📋 copy color: '#AD5960'

red 173 ◦ green 89 ◦ blue 96

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

Shades of Blush #AD5960

Tints of Blush #AD5960

RGB

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

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

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

R = 48.32%
G = 24.86%
B = 26.82%

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

#AD5960 (or 0xAD5960) is known color: Blush. HEX triplet: AD, 59 and 60. RGB value is (173,89,96). Sum of RGB (Red+Green+Blue) = 173+89+96=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5960 is #52A69F. Grayscale: #727272. Windows color (decimal): -5416608 or 6314413. OLE color: 6314413.

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

Color convert

RGB 173 89 96 -
CMYK 0 0.49 0.45 0.32
HSL 355º 0.34% 0.51% -
HSV(B) 355º 0.49% 0.68% -
XYZ 22.92 16.87 13.12 -
YUV 114.91 117.33 169.43 -
System Red Green Blue C M Y K H S L
Decimal 173 89 96 0 0.49 0.45 0.32 355 0.34 0.51
Hex AD 59 60 0 31 2D 20 163 22 33
Octal 255 131 140 0 61 55 40 543 42 63
Binary 10101101 1011001 1100000 0 110001 101101 100000 101100011 100010 110011

Color Harmonies of #AD5960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5960

Black with #AD5960

Text Example


Text Example

White with #AD5960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5960; }

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

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

background-color css

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

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

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

border-color css

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

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

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