#AD5058

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

Shades of Hippie Pink #AD5058

Tints of Hippie Pink #AD5058

Color information

#AD5058 (or 0xAD5058) is unknown color: approx Hippie Pink. HEX triplet: AD, 50 and 58. RGB value is (173,80,88). Sum of RGB (Red+Green+Blue) = 173+80+88=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5058 is #52AFA7. Grayscale: #6C6C6C. Windows color (decimal): -5418920 or 5787821. OLE color: 5787821.

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

Color convert

RGB1738088-
CMYK00.540.490.32
HSL354.84º36.76%49.61%-
HSV(B)354.84º53.76%67.84%-
XYZ21.8615.3311.04-
YUV108.72116.31173.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.73%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 88 (34.77% from 255) = 25.81%
R=50.73%
G=23.46%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173808800.540.490.32354.8436.7649.61
HexAD505803631201632532
Octal25512013006661405434562
Binary10101101101000010110000110110110001100000101100011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5058; }

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

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

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

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

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

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

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

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