#ad5260

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

Shades of Hippie Pink #AD5260

Tints of Hippie Pink #AD5260

Color information

#AD5260 (or 0xAD5260) is unknown color: approx Hippie Pink. HEX triplet: AD, 52 and 60. RGB value is (173,82,96). Sum of RGB (Red+Green+Blue) = 173+82+96=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5260 is #52AD9F. Grayscale: #6E6E6E. Windows color (decimal): -5418400 or 6312621. OLE color: 6312621.

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

Color convert

RGB1738296-
CMYK00.530.450.32
HSL350.77º35.69%50%-
HSV(B)350.77º52.6%67.84%-
XYZ22.3615.7612.93-
YUV110.8119.65172.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.29%
GREEN value IS 82 (32.42% from 255) = 23.36%
BLUE value IS 96 (37.89% from 255) = 27.35%
R=49.29%
G=23.36%
B=27.35%

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
Decimal173829600.530.450.32350.7735.6950
HexAD52600352D2015f2432
Octal25512214006555405374462
Binary10101101101001011000000110101101101100000101011111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad5260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad5260; }

 p { color: rgb(173,82,96); }

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

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

 a { background-color: rgb(173,82,96); }

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

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

 span { border-color: rgb(173,82,96); }

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