#A0485C

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

Shades of Hippie Pink #A0485C

Tints of Hippie Pink #A0485C

Color information

#A0485C (or 0xA0485C) is unknown color: approx Hippie Pink. HEX triplet: A0, 48 and 5C. RGB value is (160,72,92). Sum of RGB (Red+Green+Blue) = 160+72+92=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A0485C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0485C is #5FB7A3. Grayscale: #646464. Windows color (decimal): -6272932 or 6047904. OLE color: 6047904.

HSL color Cylindrical-coordinate representation of color #A0485C: hue angle of 346.36º 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 #A0485C is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB1607292-
CMYK00.550.430.37
HSL346.36º37.93%45.49%-
HSV(B)346.36º55%62.75%-
XYZ18.7512.8811.62-
YUV100.59123.15170.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.38%
GREEN value IS 72 (28.52% from 255) = 22.22%
BLUE value IS 92 (36.33% from 255) = 28.40%
R=49.38%
G=22.22%
B=28.40%

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
Decimal160729200.550.430.37346.3637.9345.49
HexA0485C0372B2515a262d
Octal24011013406753455324655
Binary10100000100100010111000110111101011100101101011010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0485C; }

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

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

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

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

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

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

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

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