#ad4c54

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

Shades of Hippie Pink #AD4C54

Tints of Hippie Pink #AD4C54

Color information

#AD4C54 (or 0xAD4C54) is unknown color: approx Hippie Pink. HEX triplet: AD, 4C and 54. RGB value is (173,76,84). Sum of RGB (Red+Green+Blue) = 173+76+84=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4C54 is #52B3AB. Grayscale: #696969. Windows color (decimal): -5419948 or 5524653. OLE color: 5524653.

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

Color convert

RGB1737684-
CMYK00.560.510.32
HSL355.05º38.96%48.82%-
HSV(B)355.05º56.07%67.84%-
XYZ21.4214.6910.09-
YUV105.92115.64175.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.95%
GREEN value IS 76 (30.08% from 255) = 22.82%
BLUE value IS 84 (33.20% from 255) = 25.23%
R=51.95%
G=22.82%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173768400.560.510.32355.0538.9648.82
HexAD4C5403833201632731
Octal25511412407063405434761
Binary10101101100110010101000111000110011100000101100011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad4c54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad4c54; }

 p { color: rgb(173,76,84); }

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

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

 a { background-color: rgb(173,76,84); }

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

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

 span { border-color: rgb(173,76,84); }

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