#AD5558

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

Shades of Hippie Pink #AD5558

Tints of Hippie Pink #AD5558

Color information

#AD5558 (or 0xAD5558) is unknown color: approx Hippie Pink. HEX triplet: AD, 55 and 58. RGB value is (173,85,88). Sum of RGB (Red+Green+Blue) = 173+85+88=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5558 is #52AAA7. Grayscale: #6F6F6F. Windows color (decimal): -5417640 or 5789101. OLE color: 5789101.

HSL color Cylindrical-coordinate representation of color #AD5558: hue angle of 357.95º 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 #AD5558 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB1738588-
CMYK00.510.490.32
HSL357.95º34.92%50.59%-
HSV(B)357.95º50.87%67.84%-
XYZ22.2416.0911.17-
YUV111.65114.65171.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50%
GREEN value IS 85 (33.59% from 255) = 24.57%
BLUE value IS 88 (34.77% from 255) = 25.43%
R=50%
G=24.57%
B=25.43%

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
Decimal173858800.510.490.32357.9534.9250.59
HexAD555803331201662333
Octal25512513006361405464363
Binary10101101101010110110000110011110001100000101100110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5558; }

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

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

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

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

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

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

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

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