Html Css Color HEX #AD5560 Hippie Pink

📋 copy color: '#AD5560'

red 173 ◦ green 85 ◦ blue 96

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

Shades of Hippie Pink #AD5560

Tints of Hippie Pink #AD5560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.12%

R = 48.87%
G = 24.01%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD5560 (or 0xAD5560) is known color: Hippie Pink. HEX triplet: AD, 55 and 60. RGB value is (173,85,96). Sum of RGB (Red+Green+Blue) = 173+85+96=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5560 is #52AA9F. Grayscale: #707070. Windows color (decimal): -5417632 or 6313389. OLE color: 6313389.

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

Color convert

RGB 173 85 96 -
CMYK 0 0.51 0.45 0.32
HSL 352.5º 0.35% 0.51% -
HSV(B) 352.5º 0.51% 0.68% -
XYZ 22.59 16.23 13.01 -
YUV 112.57 118.65 171.11 -
System Red Green Blue C M Y K H S L
Decimal 173 85 96 0 0.51 0.45 0.32 352.5 0.35 0.51
Hex AD 55 60 0 33 2D 20 160 23 33
Octal 255 125 140 0 63 55 40 540 43 63
Binary 10101101 1010101 1100000 0 110011 101101 100000 101100000 100011 110011

Color Harmonies of #AD5560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5560

Black with #AD5560

Text Example


Text Example

White with #AD5560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5560; }

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

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

background-color css

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

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

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

border-color css

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

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

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