#AD515F

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

Shades of Hippie Pink #AD515F

Tints of Hippie Pink #AD515F

Color information

#AD515F (or 0xAD515F) is unknown color: approx Hippie Pink. HEX triplet: AD, 51 and 5F. RGB value is (173,81,95). Sum of RGB (Red+Green+Blue) = 173+81+95=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD515F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD515F is #52AEA0. Grayscale: #6E6E6E. Windows color (decimal): -5418657 or 6246829. OLE color: 6246829.

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

Color convert

RGB1738195-
CMYK00.530.450.32
HSL350.87º36.22%49.8%-
HSV(B)350.87º53.18%67.84%-
XYZ22.2415.612.66-
YUV110.1119.48172.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.57%
GREEN value IS 81 (32.03% from 255) = 23.21%
BLUE value IS 95 (37.5% from 255) = 27.22%
R=49.57%
G=23.21%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173819500.530.450.32350.8736.2249.8
HexAD515F0352D2015f2432
Octal25512113706555405374462
Binary10101101101000110111110110101101101100000101011111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD515F; }

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

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

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

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

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

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

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

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