Html Css Color HEX #AD5568 Blush

📋 copy color: '#AD5568'

red 173 ◦ green 85 ◦ blue 104

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

Shades of Blush #AD5568

Tints of Blush #AD5568

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.48%

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

R = 47.79%
G = 23.48%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD5568 (or 0xAD5568) is known color: Blush. HEX triplet: AD, 55 and 68. RGB value is (173,85,104). Sum of RGB (Red+Green+Blue) = 173+85+104=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5568 is #52AA97. Grayscale: #717171. Windows color (decimal): -5417624 or 6837677. OLE color: 6837677.

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

Color convert

RGB 173 85 104 -
CMYK 0 0.51 0.40 0.32
HSL 347.05º 0.35% 0.51% -
HSV(B) 347.05º 0.51% 0.68% -
XYZ 22.98 16.38 15.05 -
YUV 113.48 122.65 170.46 -
System Red Green Blue C M Y K H S L
Decimal 173 85 104 0 0.51 0.40 0.32 347.05 0.35 0.51
Hex AD 55 68 0 33 28 20 15B 23 33
Octal 255 125 150 0 63 50 40 533 43 63
Binary 10101101 1010101 1101000 0 110011 101000 100000 101011011 100011 110011

Color Harmonies of #AD5568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5568

Black with #AD5568

Text Example


Text Example

White with #AD5568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5568; }

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

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

background-color css

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

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

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

border-color css

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

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

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