#A0515F

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

Shades of Hippie Pink #A0515F

Tints of Hippie Pink #A0515F

Color information

#A0515F (or 0xA0515F) is unknown color: approx Hippie Pink. HEX triplet: A0, 51 and 5F. RGB value is (160,81,95). Sum of RGB (Red+Green+Blue) = 160+81+95=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A0515F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0515F is #5FAEA0. Grayscale: #6A6A6A. Windows color (decimal): -6270625 or 6246816. OLE color: 6246816.

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

Color convert

RGB1608195-
CMYK00.490.410.37
HSL349.37º32.78%47.25%-
HSV(B)349.37º49.38%62.75%-
XYZ19.5114.1812.54-
YUV106.22121.67166.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.62%
GREEN value IS 81 (32.03% from 255) = 24.11%
BLUE value IS 95 (37.5% from 255) = 28.27%
R=47.62%
G=24.11%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160819500.490.410.37349.3732.7847.25
HexA0515F031292515d212f
Octal24012113706151455354157
Binary10100000101000110111110110001101001100101101011101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0515F; }

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

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

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

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

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

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

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

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