Html Css Color HEX #AD5569 Blush

📋 copy color: '#AD5569'

red 173 ◦ green 85 ◦ blue 105

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

Shades of Blush #AD5569

Tints of Blush #AD5569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.93%

R = 47.66%
G = 23.42%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD5569 (or 0xAD5569) is known color: Blush. HEX triplet: AD, 55 and 69. RGB value is (173,85,105). Sum of RGB (Red+Green+Blue) = 173+85+105=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5569 is #52AA96. Grayscale: #717171. Windows color (decimal): -5417623 or 6903213. OLE color: 6903213.

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

Color convert

RGB 173 85 105 -
CMYK 0 0.51 0.39 0.32
HSL 346.36º 0.35% 0.51% -
HSV(B) 346.36º 0.51% 0.68% -
XYZ 23.03 16.4 15.32 -
YUV 113.59 123.15 170.37 -
System Red Green Blue C M Y K H S L
Decimal 173 85 105 0 0.51 0.39 0.32 346.36 0.35 0.51
Hex AD 55 69 0 33 27 20 15A 23 33
Octal 255 125 151 0 63 47 40 532 43 63
Binary 10101101 1010101 1101001 0 110011 100111 100000 101011010 100011 110011

Color Harmonies of #AD5569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5569

Black with #AD5569

Text Example


Text Example

White with #AD5569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5569; }

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

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

background-color css

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

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

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

border-color css

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

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

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