Html Css Color HEX #AD5160 Hippie Pink

📋 copy color: '#AD5160'

red 173 ◦ green 81 ◦ blue 96

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

Shades of Hippie Pink #AD5160

Tints of Hippie Pink #AD5160

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.14%

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

R = 49.43%
G = 23.14%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD5160 (or 0xAD5160) is known color: Hippie Pink. HEX triplet: AD, 51 and 60. RGB value is (173,81,96). Sum of RGB (Red+Green+Blue) = 173+81+96=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5160 is #52AE9F. Grayscale: #6E6E6E. Windows color (decimal): -5418656 or 6312365. OLE color: 6312365.

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

Color convert

RGB 173 81 96 -
CMYK 0 0.53 0.45 0.32
HSL 350.22º 0.36% 0.5% -
HSV(B) 350.22º 0.53% 0.68% -
XYZ 22.29 15.61 12.91 -
YUV 110.22 119.98 172.78 -
System Red Green Blue C M Y K H S L
Decimal 173 81 96 0 0.53 0.45 0.32 350.22 0.36 0.5
Hex AD 51 60 0 35 2D 20 15E 24 32
Octal 255 121 140 0 65 55 40 536 44 62
Binary 10101101 1010001 1100000 0 110101 101101 100000 101011110 100100 110010

Color Harmonies of #AD5160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5160

Black with #AD5160

Text Example


Text Example

White with #AD5160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5160; }

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

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

background-color css

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

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

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

border-color css

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

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

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