#A15260

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

Shades of Hippie Pink #A15260

Tints of Hippie Pink #A15260

Color information

#A15260 (or 0xA15260) is unknown color: approx Hippie Pink. HEX triplet: A1, 52 and 60. RGB value is (161,82,96). Sum of RGB (Red+Green+Blue) = 161+82+96=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A15260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15260 is #5EAD9F. Grayscale: #6B6B6B. Windows color (decimal): -6204832 or 6312609. OLE color: 6312609.

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

Color convert

RGB1618296-
CMYK00.490.400.37
HSL349.37º32.51%47.65%-
HSV(B)349.37º49.07%63.14%-
XYZ19.8314.4612.81-
YUV107.22121.67166.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.49%
GREEN value IS 82 (32.42% from 255) = 24.19%
BLUE value IS 96 (37.89% from 255) = 28.32%
R=47.49%
G=24.19%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161829600.490.400.37349.3732.5147.65
HexA15260031282515d2130
Octal24112214006150455354160
Binary10100001101001011000000110001101000100101101011101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15260; }

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

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

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

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

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

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

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

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