#A15460

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

Shades of Hippie Pink #A15460

Tints of Hippie Pink #A15460

Color information

#A15460 (or 0xA15460) is unknown color: approx Hippie Pink. HEX triplet: A1, 54 and 60. RGB value is (161,84,96). Sum of RGB (Red+Green+Blue) = 161+84+96=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A15460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15460 is #5EAB9F. Grayscale: #6C6C6C. Windows color (decimal): -6204320 or 6313121. OLE color: 6313121.

HSL color Cylindrical-coordinate representation of color #A15460: hue angle of 350.65º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A15460 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB1618496-
CMYK00.480.400.37
HSL350.65º31.43%48.04%-
HSV(B)350.65º47.83%63.14%-
XYZ19.9814.7612.86-
YUV108.39121.01165.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.21%
GREEN value IS 84 (33.20% from 255) = 24.63%
BLUE value IS 96 (37.89% from 255) = 28.15%
R=47.21%
G=24.63%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161849600.480.400.37350.6531.4348.04
HexA15460030282515f1f30
Octal24112414006050455373760
Binary1010000110101001100000011000010100010010110101111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15460; }

 p { color: rgb(161,84,96); }

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

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

 a { background-color: rgb(161,84,96); }

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

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

 span { border-color: rgb(161,84,96); }

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