#A0485B

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

Shades of Hippie Pink #A0485B

Tints of Hippie Pink #A0485B

Color information

#A0485B (or 0xA0485B) is unknown color: approx Hippie Pink. HEX triplet: A0, 48 and 5B. RGB value is (160,72,91). Sum of RGB (Red+Green+Blue) = 160+72+91=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0485B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0485B is #5FB7A4. Grayscale: #646464. Windows color (decimal): -6272933 or 5982368. OLE color: 5982368.

HSL color Cylindrical-coordinate representation of color #A0485B: hue angle of 347.05º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0485B is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB1607291-
CMYK00.550.430.37
HSL347.05º37.93%45.49%-
HSV(B)347.05º55%62.75%-
XYZ18.712.8611.39-
YUV100.48122.65170.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.54%
GREEN value IS 72 (28.52% from 255) = 22.29%
BLUE value IS 91 (35.94% from 255) = 28.17%
R=49.54%
G=22.29%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160729100.550.430.37347.0537.9345.49
HexA0485B0372B2515b262d
Octal24011013306753455334655
Binary10100000100100010110110110111101011100101101011011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0485B; }

 p { color: rgb(160,72,91); }

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

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

 a { background-color: rgb(160,72,91); }

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

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

 span { border-color: rgb(160,72,91); }

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