#AD5559

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

Shades of Hippie Pink #AD5559

Tints of Hippie Pink #AD5559

Color information

#AD5559 (or 0xAD5559) is unknown color: approx Hippie Pink. HEX triplet: AD, 55 and 59. RGB value is (173,85,89). Sum of RGB (Red+Green+Blue) = 173+85+89=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5559 is #52AAA6. Grayscale: #6F6F6F. Windows color (decimal): -5417639 or 5854637. OLE color: 5854637.

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

Color convert

RGB1738589-
CMYK00.510.490.32
HSL357.27º34.92%50.59%-
HSV(B)357.27º50.87%67.84%-
XYZ22.2916.111.38-
YUV111.77115.15171.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.86%
GREEN value IS 85 (33.59% from 255) = 24.50%
BLUE value IS 89 (35.16% from 255) = 25.65%
R=49.86%
G=24.50%
B=25.65%

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
Decimal173858900.510.490.32357.2734.9250.59
HexAD555903331201652333
Octal25512513106361405454363
Binary10101101101010110110010110011110001100000101100101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5559; }

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

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

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

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

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

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

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

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