Html Css Color HEX #AD5660 Hippie Pink

📋 copy color: '#AD5660'

red 173 ◦ green 86 ◦ blue 96

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

Shades of Hippie Pink #AD5660

Tints of Hippie Pink #AD5660

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.23%

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

R = 48.73%
G = 24.23%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD5660 (or 0xAD5660) is known color: Hippie Pink. HEX triplet: AD, 56 and 60. RGB value is (173,86,96). Sum of RGB (Red+Green+Blue) = 173+86+96=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5660 is #52A99F. Grayscale: #717171. Windows color (decimal): -5417376 or 6313645. OLE color: 6313645.

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

Color convert

RGB 173 86 96 -
CMYK 0 0.50 0.45 0.32
HSL 353.1º 0.35% 0.51% -
HSV(B) 353.1º 0.5% 0.68% -
XYZ 22.67 16.38 13.03 -
YUV 113.15 118.32 170.69 -
System Red Green Blue C M Y K H S L
Decimal 173 86 96 0 0.50 0.45 0.32 353.1 0.35 0.51
Hex AD 56 60 0 32 2D 20 161 23 33
Octal 255 126 140 0 62 55 40 541 43 63
Binary 10101101 1010110 1100000 0 110010 101101 100000 101100001 100011 110011

Color Harmonies of #AD5660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5660

Black with #AD5660

Text Example


Text Example

White with #AD5660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5660; }

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

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

background-color css

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

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

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

border-color css

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

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

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