#AD4560

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

Shades of Hippie Pink #AD4560

Tints of Hippie Pink #AD4560

Color information

#AD4560 (or 0xAD4560) is unknown color: approx Hippie Pink. HEX triplet: AD, 45 and 60. RGB value is (173,69,96). Sum of RGB (Red+Green+Blue) = 173+69+96=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4560 is #52BA9F. Grayscale: #676767. Windows color (decimal): -5421728 or 6309293. OLE color: 6309293.

HSL color Cylindrical-coordinate representation of color #AD4560: hue angle of 344.42º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4560 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB1736996-
CMYK00.600.450.32
HSL344.42º42.98%47.45%-
HSV(B)344.42º60.12%67.84%-
XYZ21.4713.9912.63-
YUV103.17123.96177.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.18%
GREEN value IS 69 (27.34% from 255) = 20.41%
BLUE value IS 96 (37.89% from 255) = 28.40%
R=51.18%
G=20.41%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173699600.600.450.32344.4242.9847.45
HexAD456003C2D201582b2f
Octal25510514007455405305357
Binary10101101100010111000000111100101101100000101011000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4560; }

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

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

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

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

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

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

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

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