Html Css Color HEX #AD5159 Hippie Pink

📋 copy color: '#AD5159'

red 173 ◦ green 81 ◦ blue 89

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

Shades of Hippie Pink #AD5159

Tints of Hippie Pink #AD5159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.95%

R = 50.44%
G = 23.62%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD5159 (or 0xAD5159) is known color: Hippie Pink. HEX triplet: AD, 51 and 59. RGB value is (173,81,89). Sum of RGB (Red+Green+Blue) = 173+81+89=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5159 is #52AEA6. Grayscale: #6D6D6D. Windows color (decimal): -5418663 or 5853613. OLE color: 5853613.

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

Color convert

RGB 173 81 89 -
CMYK 0 0.53 0.49 0.32
HSL 354.78º 0.36% 0.5% -
HSV(B) 354.78º 0.53% 0.68% -
XYZ 21.98 15.49 11.28 -
YUV 109.42 116.48 173.35 -
System Red Green Blue C M Y K H S L
Decimal 173 81 89 0 0.53 0.49 0.32 354.78 0.36 0.5
Hex AD 51 59 0 35 31 20 163 24 32
Octal 255 121 131 0 65 61 40 543 44 62
Binary 10101101 1010001 1011001 0 110101 110001 100000 101100011 100100 110010

Color Harmonies of #AD5159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5159

Black with #AD5159

Text Example


Text Example

White with #AD5159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5159; }

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

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

background-color css

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

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

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

border-color css

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

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

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