#AD5459

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

Shades of Hippie Pink #AD5459

Tints of Hippie Pink #AD5459

Color information

#AD5459 (or 0xAD5459) is unknown color: approx Hippie Pink. HEX triplet: AD, 54 and 59. RGB value is (173,84,89). Sum of RGB (Red+Green+Blue) = 173+84+89=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5459 is #52ABA6. Grayscale: #6F6F6F. Windows color (decimal): -5417895 or 5854381. OLE color: 5854381.

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

Color convert

RGB1738489-
CMYK00.510.490.32
HSL356.63º35.18%50.39%-
HSV(B)356.63º51.45%67.84%-
XYZ22.2115.9511.36-
YUV111.18115.49172.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 89 (35.16% from 255) = 25.72%
R=50%
G=24.28%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173848900.510.490.32356.6335.1850.39
HexAD545903331201652332
Octal25512413106361405454362
Binary10101101101010010110010110011110001100000101100101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5459; }

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

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

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

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

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

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

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

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