#A0505D

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

Shades of Hippie Pink #A0505D

Tints of Hippie Pink #A0505D

Color information

#A0505D (or 0xA0505D) is unknown color: approx Hippie Pink. HEX triplet: A0, 50 and 5D. RGB value is (160,80,93). Sum of RGB (Red+Green+Blue) = 160+80+93=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A0505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0505D is #5FAFA2. Grayscale: #696969. Windows color (decimal): -6270883 or 6115488. OLE color: 6115488.

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

Color convert

RGB1608093-
CMYK00.50.420.37
HSL350.25º33.33%47.06%-
HSV(B)350.25º50%62.75%-
XYZ19.341412.04-
YUV105.4121166.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.05%
GREEN value IS 80 (31.64% from 255) = 24.02%
BLUE value IS 93 (36.72% from 255) = 27.93%
R=48.05%
G=24.02%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160809300.50.420.37350.2533.3347.06
HexA0505D0322A2515e212f
Octal24012013506252455364157
Binary10100000101000010111010110010101010100101101011110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0505D; }

 p { color: rgb(160,80,93); }

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

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

 a { background-color: rgb(160,80,93); }

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

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

 span { border-color: rgb(160,80,93); }

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