#AD5154

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

Shades of Hippie Pink #AD5154

Tints of Hippie Pink #AD5154

Color information

#AD5154 (or 0xAD5154) is unknown color: approx Hippie Pink. HEX triplet: AD, 51 and 54. RGB value is (173,81,84). Sum of RGB (Red+Green+Blue) = 173+81+84=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5154 is #52AEAB. Grayscale: #6C6C6C. Windows color (decimal): -5418668 or 5525933. OLE color: 5525933.

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

Color convert

RGB1738184-
CMYK00.530.510.32
HSL358.04º36.22%49.8%-
HSV(B)358.04º53.18%67.84%-
XYZ21.7815.4110.21-
YUV108.85113.98173.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.18%
GREEN value IS 81 (32.03% from 255) = 23.96%
BLUE value IS 84 (33.20% from 255) = 24.85%
R=51.18%
G=23.96%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173818400.530.510.32358.0436.2249.8
HexAD515403533201662432
Octal25512112406563405464462
Binary10101101101000110101000110101110011100000101100110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5154; }

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

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

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

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

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

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

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

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