Html Css Color HEX #AD556A Blush

📋 copy color: '#AD556A'

red 173 ◦ green 85 ◦ blue 106

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

Shades of Blush #AD556A

Tints of Blush #AD556A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.12%

R = 47.53%
G = 23.35%
B = 29.12%

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

#AD556A (or 0xAD556A) is known color: Blush. HEX triplet: AD, 55 and 6A. RGB value is (173,85,106). Sum of RGB (Red+Green+Blue) = 173+85+106=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD556A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD556A is #52AA95. Grayscale: #717171. Windows color (decimal): -5417622 or 6968749. OLE color: 6968749.

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

Color convert

RGB 173 85 106 -
CMYK 0 0.51 0.39 0.32
HSL 345.68º 0.35% 0.51% -
HSV(B) 345.68º 0.51% 0.68% -
XYZ 23.08 16.42 15.59 -
YUV 113.71 123.65 170.29 -
System Red Green Blue C M Y K H S L
Decimal 173 85 106 0 0.51 0.39 0.32 345.68 0.35 0.51
Hex AD 55 6A 0 33 27 20 15A 23 33
Octal 255 125 152 0 63 47 40 532 43 63
Binary 10101101 1010101 1101010 0 110011 100111 100000 101011010 100011 110011

Color Harmonies of #AD556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD556A

Black with #AD556A

Text Example


Text Example

White with #AD556A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD556A; }

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

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

background-color css

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

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

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

border-color css

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

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

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