#AD4E60

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

Shades of Hippie Pink #AD4E60

Tints of Hippie Pink #AD4E60

Color information

#AD4E60 (or 0xAD4E60) is unknown color: approx Hippie Pink. HEX triplet: AD, 4E and 60. RGB value is (173,78,96). Sum of RGB (Red+Green+Blue) = 173+78+96=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD4E60 is #52B19F. Grayscale: #6C6C6C. Windows color (decimal): -5419424 or 6311597. OLE color: 6311597.

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

Color convert

RGB1737896-
CMYK00.550.450.32
HSL348.63º37.85%49.22%-
HSV(B)348.63º54.91%67.84%-
XYZ22.0715.1812.83-
YUV108.46120.97174.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.86%
GREEN value IS 78 (30.86% from 255) = 22.48%
BLUE value IS 96 (37.89% from 255) = 27.67%
R=49.86%
G=22.48%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173789600.550.450.32348.6337.8549.22
HexAD4E600372D2015d2631
Octal25511614006755405354661
Binary10101101100111011000000110111101101100000101011101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4E60; }

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

 H1.HeaderClassName
 {
   color: #AD4E60;
 }
 .AnyTagClassName
 {
   color: #AD4E60;
 }
</style>
background-color css

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

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

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

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

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

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