#AD4456

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

Shades of Hippie Pink #AD4456

Tints of Hippie Pink #AD4456

Color information

#AD4456 (or 0xAD4456) is unknown color: approx Hippie Pink. HEX triplet: AD, 44 and 56. RGB value is (173,68,86). Sum of RGB (Red+Green+Blue) = 173+68+86=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4456 is #52BBA9. Grayscale: #656565. Windows color (decimal): -5421994 or 5653677. OLE color: 5653677.

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

Color convert

RGB1736886-
CMYK00.610.500.32
HSL349.71º43.57%47.25%-
HSV(B)349.71º60.69%67.84%-
XYZ20.9813.6910.34-
YUV101.45119.29179.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.91%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 86 (33.98% from 255) = 26.30%
R=52.91%
G=20.80%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173688600.610.500.32349.7143.5747.25
HexAD445603D322015e2c2f
Octal25510412607562405365457
Binary10101101100010010101100111101110010100000101011110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4456; }

 p { color: rgb(173,68,86); }

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

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

 a { background-color: rgb(173,68,86); }

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

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

 span { border-color: rgb(173,68,86); }

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