Html Css Color HEX #AD5566 Blush

📋 copy color: '#AD5566'

red 173 ◦ green 85 ◦ blue 102

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

Shades of Blush #AD5566

Tints of Blush #AD5566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.33%

R = 48.06%
G = 23.61%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD5566 (or 0xAD5566) is known color: Blush. HEX triplet: AD, 55 and 66. RGB value is (173,85,102). Sum of RGB (Red+Green+Blue) = 173+85+102=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5566 is #52AA99. Grayscale: #717171. Windows color (decimal): -5417626 or 6706605. OLE color: 6706605.

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

Color convert

RGB 173 85 102 -
CMYK 0 0.51 0.41 0.32
HSL 348.41º 0.35% 0.51% -
HSV(B) 348.41º 0.51% 0.68% -
XYZ 22.88 16.34 14.52 -
YUV 113.25 121.65 170.62 -
System Red Green Blue C M Y K H S L
Decimal 173 85 102 0 0.51 0.41 0.32 348.41 0.35 0.51
Hex AD 55 66 0 33 29 20 15C 23 33
Octal 255 125 146 0 63 51 40 534 43 63
Binary 10101101 1010101 1100110 0 110011 101001 100000 101011100 100011 110011

Color Harmonies of #AD5566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5566

Black with #AD5566

Text Example


Text Example

White with #AD5566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5566; }

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

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

background-color css

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

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

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

border-color css

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

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

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