#AD5160

Color #AD5160 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #AD5160

Tints of Hippie Pink #AD5160

Color information

#AD5160 (or 0xAD5160) is unknown color: approx 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

RGB1738196-
CMYK00.530.450.32
HSL350.22º36.22%49.8%-
HSV(B)350.22º53.18%67.84%-
XYZ22.2915.6112.91-
YUV110.22119.98172.78-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173819600.530.450.32350.2236.2249.8
HexAD51600352D2015e2432
Octal25512114006555405364462
Binary10101101101000111000000110101101101100000101011110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>