#AD4558

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

Shades of Hippie Pink #AD4558

Tints of Hippie Pink #AD4558

Color information

#AD4558 (or 0xAD4558) is unknown color: approx Hippie Pink. HEX triplet: AD, 45 and 58. RGB value is (173,69,88). Sum of RGB (Red+Green+Blue) = 173+69+88=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4558 is #52BAA7. Grayscale: #666666. Windows color (decimal): -5421736 or 5785005. OLE color: 5785005.

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

Color convert

RGB1736988-
CMYK00.600.490.32
HSL349.04º42.98%47.45%-
HSV(B)349.04º60.12%67.84%-
XYZ21.1213.8510.79-
YUV102.26119.96178.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.42%
GREEN value IS 69 (27.34% from 255) = 20.91%
BLUE value IS 88 (34.77% from 255) = 26.67%
R=52.42%
G=20.91%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173698800.600.490.32349.0442.9847.45
HexAD455803C312015d2b2f
Octal25510513007461405355357
Binary10101101100010110110000111100110001100000101011101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4558; }

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

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

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

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

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

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

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

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