#AD515C

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

Shades of Hippie Pink #AD515C

Tints of Hippie Pink #AD515C

Color information

#AD515C (or 0xAD515C) is unknown color: approx Hippie Pink. HEX triplet: AD, 51 and 5C. RGB value is (173,81,92). Sum of RGB (Red+Green+Blue) = 173+81+92=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD515C is #52AEA3. Grayscale: #6D6D6D. Windows color (decimal): -5418660 or 6050221. OLE color: 6050221.

HSL color Cylindrical-coordinate representation of color #AD515C: hue angle of 352.83º 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 #AD515C is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB1738192-
CMYK00.530.470.32
HSL352.83º36.22%49.8%-
HSV(B)352.83º53.18%67.84%-
XYZ22.1115.5411.96-
YUV109.76117.98173.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 23.41%
BLUE value IS 92 (36.33% from 255) = 26.59%
R=50%
G=23.41%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173819200.530.470.32352.8336.2249.8
HexAD515C0352F201612432
Octal25512113406557405414462
Binary10101101101000110111000110101101111100000101100001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD515C; }

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

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

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

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

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

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

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

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