Html Css Color HEX #AD5968 Blush

📋 copy color: '#AD5968'

red 173 ◦ green 89 ◦ blue 104

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

Shades of Blush #AD5968

Tints of Blush #AD5968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.42%

R = 47.27%
G = 24.32%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD5968 (or 0xAD5968) is known color: Blush. HEX triplet: AD, 59 and 68. RGB value is (173,89,104). Sum of RGB (Red+Green+Blue) = 173+89+104=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5968 is #52A697. Grayscale: #737373. Windows color (decimal): -5416600 or 6838701. OLE color: 6838701.

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

Color convert

RGB 173 89 104 -
CMYK 0 0.49 0.40 0.32
HSL 349.29º 0.34% 0.51% -
HSV(B) 349.29º 0.49% 0.68% -
XYZ 23.3 17.03 15.16 -
YUV 115.83 121.33 168.78 -
System Red Green Blue C M Y K H S L
Decimal 173 89 104 0 0.49 0.40 0.32 349.29 0.34 0.51
Hex AD 59 68 0 31 28 20 15D 22 33
Octal 255 131 150 0 61 50 40 535 42 63
Binary 10101101 1011001 1101000 0 110001 101000 100000 101011101 100010 110011

Color Harmonies of #AD5968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5968

Black with #AD5968

Text Example


Text Example

White with #AD5968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5968; }

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

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

background-color css

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

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

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

border-color css

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

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

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