#AD5455

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

Shades of Hippie Pink #AD5455

Tints of Hippie Pink #AD5455

Color information

#AD5455 (or 0xAD5455) is unknown color: approx Hippie Pink. HEX triplet: AD, 54 and 55. RGB value is (173,84,85). Sum of RGB (Red+Green+Blue) = 173+84+85=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5455 is #52ABAA. Grayscale: #6E6E6E. Windows color (decimal): -5417899 or 5592237. OLE color: 5592237.

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

Color convert

RGB1738485-
CMYK00.510.510.32
HSL359.33º35.18%50.39%-
HSV(B)359.33º51.45%67.84%-
XYZ22.0415.8810.5-
YUV110.72113.49172.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.58%
GREEN value IS 84 (33.20% from 255) = 24.56%
BLUE value IS 85 (33.59% from 255) = 24.85%
R=50.58%
G=24.56%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173848500.510.510.32359.3335.1850.39
HexAD545503333201672332
Octal25512412506363405474362
Binary10101101101010010101010110011110011100000101100111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5455; }

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

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

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

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

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

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

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

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