#AD505D

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

Shades of Hippie Pink #AD505D

Tints of Hippie Pink #AD505D

Color information

#AD505D (or 0xAD505D) is unknown color: approx Hippie Pink. HEX triplet: AD, 50 and 5D. RGB value is (173,80,93). Sum of RGB (Red+Green+Blue) = 173+80+93=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD505D is #52AFA2. Grayscale: #6D6D6D. Windows color (decimal): -5418915 or 6115501. OLE color: 6115501.

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

Color convert

RGB1738093-
CMYK00.540.460.32
HSL351.61º36.76%49.61%-
HSV(B)351.61º53.76%67.84%-
XYZ22.0815.4112.17-
YUV109.29118.81173.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50%
GREEN value IS 80 (31.64% from 255) = 23.12%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=50%
G=23.12%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173809300.540.460.32351.6136.7649.61
HexAD505D0362E201602532
Octal25512013506656405404562
Binary10101101101000010111010110110101110100000101100000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD505D; }

 p { color: rgb(173,80,93); }

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

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

 a { background-color: rgb(173,80,93); }

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

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

 span { border-color: rgb(173,80,93); }

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