#AD5859

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

Shades of Hippie Pink #AD5859

Tints of Hippie Pink #AD5859

Color information

#AD5859 (or 0xAD5859) is unknown color: approx Hippie Pink. HEX triplet: AD, 58 and 59. RGB value is (173,88,89). Sum of RGB (Red+Green+Blue) = 173+88+89=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5859 is #52A7A6. Grayscale: #717171. Windows color (decimal): -5416871 or 5855405. OLE color: 5855405.

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

Color convert

RGB1738889-
CMYK00.490.490.32
HSL359.29º34.14%51.18%-
HSV(B)359.29º49.13%67.84%-
XYZ22.5316.5811.47-
YUV113.53114.16170.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.43%
GREEN value IS 88 (34.77% from 255) = 25.14%
BLUE value IS 89 (35.16% from 255) = 25.43%
R=49.43%
G=25.14%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173888900.490.490.32359.2934.1451.18
HexAD585903131201672233
Octal25513013106161405474263
Binary10101101101100010110010110001110001100000101100111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5859; }

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

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

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

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

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

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

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

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