Html Css Color HEX #AD5768 Blush

📋 copy color: '#AD5768'

red 173 ◦ green 87 ◦ blue 104

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

Shades of Blush #AD5768

Tints of Blush #AD5768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.9%

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

R = 47.53%
G = 23.9%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD5768 (or 0xAD5768) is known color: Blush. HEX triplet: AD, 57 and 68. RGB value is (173,87,104). Sum of RGB (Red+Green+Blue) = 173+87+104=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5768 is #52A897. Grayscale: #727272. Windows color (decimal): -5417112 or 6838189. OLE color: 6838189.

HSL color Cylindrical-coordinate representation of color #AD5768: hue angle of 348.14º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD5768 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 87 104 -
CMYK 0 0.50 0.40 0.32
HSL 348.14º 0.34% 0.51% -
HSV(B) 348.14º 0.5% 0.68% -
XYZ 23.14 16.7 15.1 -
YUV 114.65 121.99 169.62 -
System Red Green Blue C M Y K H S L
Decimal 173 87 104 0 0.50 0.40 0.32 348.14 0.34 0.51
Hex AD 57 68 0 32 28 20 15C 22 33
Octal 255 127 150 0 62 50 40 534 42 63
Binary 10101101 1010111 1101000 0 110010 101000 100000 101011100 100010 110011

Color Harmonies of #AD5768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5768

Black with #AD5768

Text Example


Text Example

White with #AD5768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5768; }

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

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

background-color css

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

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

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

border-color css

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

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

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