#AD515B

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

Shades of Hippie Pink #AD515B

Tints of Hippie Pink #AD515B

Color information

#AD515B (or 0xAD515B) is unknown color: approx Hippie Pink. HEX triplet: AD, 51 and 5B. RGB value is (173,81,91). Sum of RGB (Red+Green+Blue) = 173+81+91=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD515B is #52AEA4. Grayscale: #6D6D6D. Windows color (decimal): -5418661 or 5984685. OLE color: 5984685.

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

Color convert

RGB1738191-
CMYK00.530.470.32
HSL353.48º36.22%49.8%-
HSV(B)353.48º53.18%67.84%-
XYZ22.0615.5211.73-
YUV109.65117.48173.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.14%
GREEN value IS 81 (32.03% from 255) = 23.48%
BLUE value IS 91 (35.94% from 255) = 26.38%
R=50.14%
G=23.48%
B=26.38%

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
Decimal173819100.530.470.32353.4836.2249.8
HexAD515B0352F201612432
Octal25512113306557405414462
Binary10101101101000110110110110101101111100000101100001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD515B; }

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

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

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

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

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

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

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

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