#AD4259

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

Shades of Hippie Pink #AD4259

Tints of Hippie Pink #AD4259

Color information

#AD4259 (or 0xAD4259) is unknown color: approx Hippie Pink. HEX triplet: AD, 42 and 59. RGB value is (173,66,89). Sum of RGB (Red+Green+Blue) = 173+66+89=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4259 is #52BDA6. Grayscale: #646464. Windows color (decimal): -5422503 or 5849773. OLE color: 5849773.

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

Color convert

RGB1736689-
CMYK00.620.490.32
HSL347.1º44.77%46.86%-
HSV(B)347.1º61.85%67.84%-
XYZ20.9813.510.95-
YUV100.62121.45179.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.74%
GREEN value IS 66 (26.17% from 255) = 20.12%
BLUE value IS 89 (35.16% from 255) = 27.13%
R=52.74%
G=20.12%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173668900.620.490.32347.144.7746.86
HexAD425903E312015b2d2f
Octal25510213107661405335557
Binary10101101100001010110010111110110001100000101011011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4259; }

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

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

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

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

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

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

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

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